Searched refs:getUndefLoc (Results 1 – 5 of 5) sorted by relevance
345 SourceLocation getUndefLoc() const { return UndefLocation; } in getUndefLoc() function
542 assert(MD->getUndefLoc().isInvalid() && "Macro is undefined!"); in getMacroDirective()
161 assert(Macros[II]->getUndefLoc().isValid() && "Macro is still defined!"); in clearMacroInfo()
1904 AddSourceLocation(MD->getUndefLoc(), Record); in WritePreprocessor()4867 MacroUpdates[MD].UndefLoc = MD->getUndefLoc(); in UndefinedMacro()
1198 if (MD->getUndefLoc().isInvalid()) { in ReadMacroRecord()