| children | Get the CXCursor children of a CXCursor object |
| clangVersion | String identifying the version of the clang library |
| clone | The 'CXCursor' class |
| coerce | S4 coerce methods |
| Comment_getChild | Functions for querying comments |
| createRegistrationCode | Generate code to register narive routines callable from R |
| Cursor_getArgument | Functions for operating on CXCursor objects |
| CXCallingConv | Enumeration type for calling convention |
| CXChildVisit_Break | Enumerations for controlling how traversing a parse tree is... |
| CXCursorExceptionSpecificationKind | S4 class and method(s) for... |
| CXCursorKind | Enumerations for different types of cursors/nodes in C parser... |
| CX_CXXAccessSpecifier | Enumerations for C++ accessors |
| cxEnums | CXCursor and CXTranslationUnit Enums |
| CXIndex_getGlobalOptions | Get/Set options in a CXIndex object managing one or more... |
| CXLanguageKind | Enumerations for different programming languages in C parser |
| CXLinkageKind | Enumerations for different types of native/foreign linkage |
| CXTokenKind | Enumerations for different types of C parser tokens |
| CXTypeKind | Enumerated values for different data types in C/C++ parser |
| defaultDiagnosticDisplayOptions | Functions for accessing compiler diagnostic messages |
| enableStackTraces | Set global state in libclang |
| equalCursors | Functions to determine if two instances of a data type are... |
| findAssignTo | Find variable declarations and assignments. |
| findCalls | Get the names of all routines called in any code in a... |
| genFunctionCollector | Constructor functions for collectors of information within... |
| getAncestorByKind | Find the enclosing routine, C++ namespace, or cursor of a... |
| getArgType | Types of function parameter/arguments |
| getArraySize | Get information about container types |
| getCallableRoutines | Find routines that are callable from within R via the .C or... |
| getCppClasses | Retrieve information about C++ classes |
| getCursorTokens | Get the text tokens corresponding to a CXCursor |
| getCXTUResourceUsage | Information about the resources a translation unit consumed |
| getDataStructures | Get the top-level data types in a translation unit |
| getDefines | Get preprocessor defines in a translation unit |
| getEnums | Get the top-level enumeration definitions in a translation... |
| getFileName | CXCursor class and related methods |
| getFunctions | Get descriptions of the routines in a translation unit |
| getGlobalVariables | Get global variables in a source file |
| getInclusions | Collect all of the include files for a source file |
| getInstantiationLocation | Functions involving Location information |
| getPointerInfo | Get information about a libclang pointer type |
| getQualifiers | Get the qualifying annotations for a cursor |
| getType | Get the type of a CXCursor object |
| getTypeKind | CXType class and methods |
| getVariables | Find variables in a translation unit and where global... |
| isDotC | Determine if a parameter or routine is callable from R |
| isExpression | Tests for type of CXCursor |
| isFnPointer | Queries function/routine pointer object |
| isPreprocessing | Predicates for CXCursorKind objects |
| isPureVirtual | Test if C++ method is constant or pure virtual. |
| isVoidType | Predicate functions for libclang Types |
| makeCallGraph | Display which routines call other routines via a graph |
| makeTikzGraph | Create a tree representing a CXCursor and its descendants |
| Module_getFullName | Functions for querying a libclang Module |
| parseTU | Parse a C/C++ source file and traverse the parse tree |
| saveTranslationUnit | Save a parsed translation unit |
| visitorClasses | Classes for representing a visitor function and a way to... |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.