Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessingRecord.h135 class PreprocessingDirective : public PreprocessedEntity {
137 PreprocessingDirective(EntityKind Kind, SourceRange Range) in PreprocessingDirective() function
148 class MacroDefinitionRecord : public PreprocessingDirective {
155 : PreprocessingDirective(MacroDefinitionKind, Range), Name(Name) {} in MacroDefinitionRecord()
208 class InclusionDirective : public PreprocessingDirective {
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/
H A DPreprocessingRecord.cpp46 : PreprocessingDirective(InclusionDirectiveKind, Range), InQuotes(InQuotes), in InclusionDirective()