Home
last modified time | relevance | path

Searched refs:PreprocessingDirective (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Lex/
DPreprocessingRecord.h123 class PreprocessingDirective : public PreprocessedEntity {
125 PreprocessingDirective(EntityKind Kind, SourceRange Range) in PreprocessingDirective() function
136 class MacroDefinitionRecord : public PreprocessingDirective {
143 : PreprocessingDirective(MacroDefinitionKind, Range), Name(Name) {} in MacroDefinitionRecord()
196 class InclusionDirective : public PreprocessingDirective {
/external/clang/lib/Lex/
DPreprocessingRecord.cpp31 : PreprocessingDirective(InclusionDirectiveKind, Range), in InclusionDirective()