dextool v3.3.0 (2021-06-08T20:46:23Z)
Dub
Repo
VarDecl
libclang_ast
ast
declaration
Undocumented in source.
final
class
VarDecl :
Declaration
{
import
clang
.
Cursor
:
Cursor
;
;
this
(Cursor cursor);
void
accept
(Visitor v);
}
Constructors
this
this
(Cursor cursor)
Undocumented in source.
Members
Functions
accept
void
accept
(Visitor v)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From Declaration
cursor
Cursor
cursor
;
Undocumented in source.
accept
void
accept
(Visitor v)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
libclang_ast
ast
declaration
classes
ClassDecl
ClassTemplate
ClassTemplatePartialSpecialization
Constructor
ConversionFunction
CxxAccessSpecifier
CxxMethod
Declaration
Destructor
EnumConstantDecl
EnumDecl
FieldDecl
FunctionDecl
FunctionTemplate
LinkageSpec
Namespace
NamespaceAlias
NonTypeTemplateParameter
ObjCCategoryDecl
ObjCCategoryImplDecl
ObjCClassMethodDecl
ObjCDynamicDecl
ObjCImplementationDecl
ObjCInstanceMethodDecl
ObjCInterfaceDecl
ObjCIvarDecl
ObjCPropertyDecl
ObjCProtocolDecl
ObjCSynthesizeDecl
ParmDecl
StructDecl
TemplateTemplateParameter
TemplateTypeParameter
TypeAliasDecl
TypedefDecl
UnexposedDecl
UnionDecl
UsingDirective
VarDecl