Searched refs:UndefMacroDirective (Results 1 – 4 of 4) sorted by relevance
455 class UndefMacroDirective : public MacroDirective {457 explicit UndefMacroDirective(SourceLocation UndefLoc) in UndefMacroDirective() function466 static bool classof(const UndefMacroDirective *) { return true; } in classof() argument
2577 UndefMacroDirective *AllocateUndefMacroDirective(SourceLocation UndefLoc);
201 if (UndefMacroDirective *UndefMD = dyn_cast<UndefMacroDirective>(MD)) { in getDefinition()
72 UndefMacroDirective *74 return new (BP) UndefMacroDirective(UndefLoc); in AllocateUndefMacroDirective()3327 UndefMacroDirective *Undef = nullptr; in HandleUndefDirective()