Searched refs:UndefMacroDirective (Results 1 – 4 of 4) sorted by relevance
430 class UndefMacroDirective : public MacroDirective {432 explicit UndefMacroDirective(SourceLocation UndefLoc) in UndefMacroDirective() function441 static bool classof(const UndefMacroDirective *) { return true; } in classof() argument
1929 UndefMacroDirective *AllocateUndefMacroDirective(SourceLocation UndefLoc);
188 if (UndefMacroDirective *UndefMD = dyn_cast<UndefMacroDirective>(MD)) { in getDefinition()
69 UndefMacroDirective *71 return new (BP) UndefMacroDirective(UndefLoc); in AllocateUndefMacroDirective()2683 UndefMacroDirective *Undef = nullptr; in HandleUndefDirective()