Swift compatibility with Clang C API

Quoting from cfe-dev list message,

*" As some of you may have heard, Swift has gone open-source over at
swift.org <http://swift.org> <http://swift.org/&gt;\.
Swift makes heavy use of Clang for its (Objective-)C interoperability,
including loading Clang modules to map (Objective-)C APIs into Swift
via Swift’s “Clang importer” and using Clang’s CodeGen to handle C ABI
issues (record layout, calling conventions) and use C inline functions
directly from Swift [*].

As an out-of-tree language front-end dependent on Clang, we have a
clone of the llvm.org <http://llvm.org> <http://llvm.org/
<http://llvm.org/&gt;&gt; Clang repository over on GitHub at
github.com/apple/swift-clang <http://github.com/apple/swift-clang&gt;
<GitHub - apple/swift-clang
<http://github.com/apple/swift-clang&gt;&gt;\. We merge regularly and try to
minimize our differences with llvm.org <http://llvm.org>
<http://llvm.org/&gt;&#39;s Clang—for more information on
how we’re handling this, see swift.org/contributing/#llvm-and-swift
<Swift.org - Contributing;
<Swift.org - Contributing
<Swift.org - Contributing. "*

Does swift maps its c++ internal apis to Clang C API, by this I mean
using swift & clang libs, can one use Clang C API for AST generation.
Or one has to write their own wrappers around swift c++ API's to use
it in swift code.

Thanks

Ramakrishna