Searched refs:PreprocessingDirective (Results 1 – 2 of 2) sorted by relevance
133 class PreprocessingDirective : public PreprocessedEntity {135 PreprocessingDirective(EntityKind Kind, SourceRange Range) in PreprocessingDirective() function146 class MacroDefinitionRecord : public PreprocessingDirective {153 : PreprocessingDirective(MacroDefinitionKind, Range), Name(Name) {} in MacroDefinitionRecord()206 class InclusionDirective : public PreprocessingDirective {
47 : PreprocessingDirective(InclusionDirectiveKind, Range), InQuotes(InQuotes), in InclusionDirective()