libclang_ast.context

Members

Classes

BlobVfs (from blob_model)
class BlobVfs via public import blob_model : BlobVfs;

A virtual file system of blobs.

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.

Path (from my.path)
struct Path via public import my.path : Path;

Types a string as a Path to provide path related operations.

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)