- analyzeConstructor
auto analyzeConstructor(const(Constructor) v, Container container, uint indent)
Analyze the node for actionable data.
- analyzeCxxBaseSpecified
auto analyzeCxxBaseSpecified(const(CxxBaseSpecifier) v, Container container, uint indent)
Analyze the node that represents a inheritance.
- analyzeCxxMethod
CxxMethodResult analyzeCxxMethod(const(CxxMethod) v, Container container, uint indent)
Undocumented in source. Be warned that the author may not have intended to support it.
- analyzeCxxMethod
CxxMethodResult analyzeCxxMethod(const(Cursor) v, Container container, uint indent)
- analyzeDestructor
auto analyzeDestructor(const(Destructor) v, Container container, uint indent)
- analyzeFieldDecl
auto analyzeFieldDecl(const(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(const(T) decl, Container container, uint indent)
Undocumented in source. Be warned that the author may not have intended to support it.
- analyzeRecord
RecordResult analyzeRecord(const(Cursor) cursor, Container container, uint indent)
Undocumented in source. Be warned that the author may not have intended to support it.
- analyzeTranslationUnit
auto analyzeTranslationUnit(const(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.