Searched defs:PreprocessingDirective (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/Lex/
H A DPreprocessingRecord.h124 class PreprocessingDirective : public PreprocessedEntity { class in namespace:clang
126 PreprocessingDirective(EntityKind Kind, SourceRange Range) function in class:clang::PreprocessingDirective
137 class MacroDefinition : public PreprocessingDirective {
143 : PreprocessingDirective(MacroDefinitionKind, Range), Name(Name) { }
196 class InclusionDirective : public PreprocessingDirective {

Completed in 302 milliseconds