Searched refs:UndefMacroDirective (Results 1 – 4 of 4) sorted by relevance
452 class UndefMacroDirective : public MacroDirective {454 explicit UndefMacroDirective(SourceLocation UndefLoc) in UndefMacroDirective() function463 static bool classof(const UndefMacroDirective *) { return true; } in classof() argument
2459 UndefMacroDirective *AllocateUndefMacroDirective(SourceLocation UndefLoc);
206 if (UndefMacroDirective *UndefMD = dyn_cast<UndefMacroDirective>(MD)) { in getDefinition()
70 UndefMacroDirective *72 return new (BP) UndefMacroDirective(UndefLoc); in AllocateUndefMacroDirective()3181 UndefMacroDirective *Undef = nullptr; in HandleUndefDirective()