dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
FieldDeclResult
cpptooling
analyzer
clang
analyze_helper
Undocumented in source.
struct
FieldDeclResult
struct
FieldDeclResult {
TypeKindAttr
type
;
CppVariable
name
;
USRType
instanceUSR
;
LocationTag
location
;
}
auto
analyzeFieldDecl
(FieldDecl v, Container container, uint indent)
Members
Variables
instanceUSR
USRType
instanceUSR
;
Undocumented in source.
location
LocationTag
location
;
Undocumented in source.
name
CppVariable
name
;
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