Home
last modified time | relevance | path

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

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