dextool v3.3.0 (2021-06-08T20:46:23Z)
Dub
Repo
ConstructorResult
cpptooling
analyzer
clang
analyze_helper
Undocumented in source.
struct
ConstructorResult {
TypeKindAttr
type
;
CppMethodName
name
;
CxParam
[]
params
;
LocationTag
location
;
}
Members
Variables
location
LocationTag
location
;
Undocumented in source.
name
CppMethodName
name
;
Undocumented in source.
params
CxParam
[]
params
;
Undocumented in source.
type
TypeKindAttr
type
;
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