Searched refs:AllocateUndefMacroDirective (Results 1 – 4 of 4) sorted by relevance
73 Preprocessor::AllocateUndefMacroDirective(SourceLocation UndefLoc) { in AllocateUndefMacroDirective() function in Preprocessor3345 Undef = AllocateUndefMacroDirective(MacroNameTok.getLocation()); in HandleUndefDirective()
661 appendMacroDirective(IdentInfo, AllocateUndefMacroDirective(MessageLoc)); in HandlePragmaPopMacro()
2577 UndefMacroDirective *AllocateUndefMacroDirective(SourceLocation UndefLoc);
2576 MD = PP.AllocateUndefMacroDirective(Loc); in resolvePendingMacro()