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