- analyzeConstructor
auto analyzeConstructor(Constructor v, Container container, uint indent)
Analyze the node for actionable data.
- analyzeCxxBaseSpecified
auto analyzeCxxBaseSpecified(CxxBaseSpecifier v, Container container, uint indent)
Analyze the node that represents a inheritance.
- analyzeCxxMethod
CxxMethodResult analyzeCxxMethod(CxxMethod v, Container container, uint indent)
Undocumented in source. Be warned that the author may not have intended to support it.
- analyzeCxxMethod
CxxMethodResult analyzeCxxMethod(Cursor v, Container container, uint indent)
- analyzeDestructor
auto analyzeDestructor(Destructor v, Container container, uint indent)
- analyzeFieldDecl
auto analyzeFieldDecl(FieldDecl v, Container container, uint indent)
Analyze the node for actionable data.
- analyzeFunctionDecl
FunctionDeclResult analyzeFunctionDecl(FunctionDecl v, Container container, uint indent)
Undocumented in source. Be warned that the author may not have intended to support it.
- analyzeFunctionDecl
FunctionDeclResult analyzeFunctionDecl(Cursor c_in, Container container, uint indent)
Undocumented in source.
- analyzeRecord
RecordResult analyzeRecord(T decl, Container container, uint indent)
Undocumented in source. Be warned that the author may not have intended to support it.
- analyzeRecord
RecordResult analyzeRecord(Cursor cursor, Container container, uint indent)
Undocumented in source. Be warned that the author may not have intended to support it.
- analyzeTranslationUnit
auto analyzeTranslationUnit(TranslationUnit tu, Container container, uint indent)
Undocumented in source. Be warned that the author may not have intended to support it.
- analyzeVarDecl
VarDeclResult analyzeVarDecl(VarDecl v, Container container, uint indent)
VarDeclResult analyzeVarDecl(Cursor v, Container container, uint indent)
Analyze a variable declaration
- toAccessType
AccessType toAccessType(CX_CXXAccessSpecifier accessSpec)
Convert a clang access specifier to dextool representation.
- toLanguage
Language toLanguage(Cursor c)
Correctly determine the language of a libclang Cursor.
- toStorageClass
StorageClass toStorageClass(CX_StorageClass storageClass)
Undocumented in source. Be warned that the author may not have intended to support it.