Class | Description |
---|---|
BinaryOperatorExpression |
Class for representing a binary operator with type information about both
operands.
|
ClangTranslationUnitWrapper |
Wrapper for the CXIndex type in Clang.
|
ClangUtils |
Util methods for using the libclang API
|
CursorPrinter |
A
CursorPrinter that generates a String representation of a CXCursor. |
PrintVisitor |
Visitor implementation for Clang ASTs.
|