libclang_ast.context

Public Imports

my.path
public import my.path : Path;
blob_model
public import blob_model : BlobVfs;

Members

Functions

toClangFiles
CXUnsavedFile[] toClangFiles(BlobVfs vfs)

Convert to an array that can be passed on to clang to use as in-memory source code.

Structs

ClangContext
struct ClangContext

Convenient context of items needed to practically create a clang AST.

Meta

Date

Date: 2015-2021, Joakim Brännström

License

MPL-2, Mozilla Public License 2.0

Authors

Joakim Brännström (joakim.brannstrom@gmx.com)