dextool v2.0.0-rc.2 (2020-01-29T20:47:13Z)
Dub
Repo
PreprocessingDirective
cpptooling
analyzer
clang
ast
preprocessor
Undocumented in source.
final
class
PreprocessingDirective :
Preprocessor
{
struct
Cursor
via
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 Preprocessor
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
cpptooling
analyzer
clang
ast
preprocessor
classes
InclusionDirective
MacroDefinition
MacroExpansion
PreprocessingDirective
Preprocessor