Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessingRecord.h136 class PreprocessingDirective : public PreprocessedEntity {
138 PreprocessingDirective(EntityKind Kind, SourceRange Range) in PreprocessingDirective() function
149 class MacroDefinitionRecord : public PreprocessingDirective {
156 : PreprocessingDirective(MacroDefinitionKind, Range), Name(Name) {} in MacroDefinitionRecord()
209 class InclusionDirective : public PreprocessingDirective {
/freebsd-12.1/contrib/llvm/tools/clang/lib/Lex/
H A DPreprocessingRecord.cpp47 : PreprocessingDirective(InclusionDirectiveKind, Range), InQuotes(InQuotes), in InclusionDirective()