Searched refs:UndefMacroDirective (Results 1 – 8 of 8) sorted by relevance
429 class UndefMacroDirective : public MacroDirective {431 explicit UndefMacroDirective(SourceLocation UndefLoc) in UndefMacroDirective() function440 static bool classof(const UndefMacroDirective *) { return true; } in classof() argument
2068 UndefMacroDirective *AllocateUndefMacroDirective(SourceLocation UndefLoc);
440 class UndefMacroDirective : public MacroDirective {442 explicit UndefMacroDirective(SourceLocation UndefLoc) in UndefMacroDirective() function450 static bool classof(const UndefMacroDirective *) { return true; } in classof() argument
1727 UndefMacroDirective *AllocateUndefMacroDirective(SourceLocation UndefLoc);
185 if (UndefMacroDirective *UndefMD = dyn_cast<UndefMacroDirective>(MD)) { in getDefinition()
75 UndefMacroDirective *77 return new (BP) UndefMacroDirective(UndefLoc); in AllocateUndefMacroDirective()
187 if (UndefMacroDirective *UndefMD = dyn_cast<UndefMacroDirective>(MD)) { in getDefinition()
68 UndefMacroDirective *70 return new (BP) UndefMacroDirective(UndefLoc); in AllocateUndefMacroDirective()2892 UndefMacroDirective *Undef = nullptr; in HandleUndefDirective()