Searched refs:PreprocessingDirective (Results 1 – 2 of 2) sorted by relevance
135 class PreprocessingDirective : public PreprocessedEntity {137 PreprocessingDirective(EntityKind Kind, SourceRange Range) in PreprocessingDirective() function148 class MacroDefinitionRecord : public PreprocessingDirective {155 : PreprocessingDirective(MacroDefinitionKind, Range), Name(Name) {} in MacroDefinitionRecord()208 class InclusionDirective : public PreprocessingDirective {
46 : PreprocessingDirective(InclusionDirectiveKind, Range), InQuotes(InQuotes), in InclusionDirective()