Searched refs:AllocateUndefMacroDirective (Results 1 – 8 of 8) sorted by relevance
76 Preprocessor::AllocateUndefMacroDirective(SourceLocation UndefLoc) { in AllocateUndefMacroDirective() function in Preprocessor2573 AllocateUndefMacroDirective(MacroNameTok.getLocation())); in HandleUndefDirective()
601 appendMacroDirective(IdentInfo, AllocateUndefMacroDirective(MessageLoc)); in HandlePragmaPopMacro()
69 Preprocessor::AllocateUndefMacroDirective(SourceLocation UndefLoc) { in AllocateUndefMacroDirective() function in Preprocessor2902 Undef = AllocateUndefMacroDirective(MacroNameTok.getLocation()); in HandleUndefDirective()
645 appendMacroDirective(IdentInfo, AllocateUndefMacroDirective(MessageLoc)); in HandlePragmaPopMacro()
1727 UndefMacroDirective *AllocateUndefMacroDirective(SourceLocation UndefLoc);
2068 UndefMacroDirective *AllocateUndefMacroDirective(SourceLocation UndefLoc);
1881 MD = PP.AllocateUndefMacroDirective(Loc); in resolvePendingMacro()
2195 MD = PP.AllocateUndefMacroDirective(Loc); in resolvePendingMacro()