dextool v3.3.0 (2021-06-08T20:46:23Z)
Dub
Repo
DestructorResult
cpptooling
analyzer
clang
analyze_helper
Undocumented in source.
struct
DestructorResult
struct
DestructorResult {
TypeKindAttr
type
;
CppMethodName
name
;
CppVirtualMethod
virtualKind
;
LocationTag
location
;
}
auto
analyzeDestructor
(const(Destructor) v, Container container, uint indent)
Members
Variables
location
LocationTag
location
;
Undocumented in source.
name
CppMethodName
name
;
Undocumented in source.
type
TypeKindAttr
type
;
Undocumented in source.
virtualKind
CppVirtualMethod
virtualKind
;
Undocumented in source.
Meta
Source
See Implementation
cpptooling
analyzer
clang
analyze_helper
classes
ClassVisitor
functions
analyzeConstructor
analyzeCxxBaseSpecified
analyzeCxxMethod
analyzeDestructor
analyzeFieldDecl
analyzeFunctionDecl
analyzeRecord
analyzeTranslationUnit
analyzeVarDecl
toAccessType
toLanguage
toStorageClass
structs
ConstructorResult
CxxBaseSpecifierResult
CxxMethodResult
DestructorResult
FieldDeclResult
FunctionDeclResult
RecordResult
TranslationUnitResult
VarDeclResult