Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessingRecord.h126 class PreprocessingDirective : public PreprocessedEntity {
128 PreprocessingDirective(EntityKind Kind, SourceRange Range) in PreprocessingDirective() function
136 static bool classof(const PreprocessingDirective *) { return true; } in classof() argument
140 class MacroDefinition : public PreprocessingDirective {
146 : PreprocessingDirective(MacroDefinitionKind, Range), Name(Name) { } in MacroDefinition()
201 class InclusionDirective : public PreprocessingDirective {
/external/clang/lib/Lex/
DPreprocessingRecord.cpp30 : PreprocessingDirective(InclusionDirectiveKind, Range), in InclusionDirective()