Searched refs:getTopMacroCallerLoc (Results 1 – 6 of 6) sorted by relevance
233 loc = SM.getTopMacroCallerLoc(loc); in canInsert()263 loc = SM.getTopMacroCallerLoc(loc); in canInsertAfterToken()
673 {SM.getTopMacroCallerLoc(FixIt.RemoveRange.getBegin()), in HandleDiagnostic()674 SM.getTopMacroCallerLoc(FixIt.RemoveRange.getEnd())}, in HandleDiagnostic()
321 SourceLocation ArgStart = SM.getTopMacroCallerLoc(StartLoc); in testChunk()325 SM.getTopMacroCallerLoc(Batch.back().location()); in testChunk()
1746 SourceLocation getTopMacroCallerLoc(SourceLocation Loc) const;
1023 SourceLocation SourceManager::getTopMacroCallerLoc(SourceLocation Loc) const { in getTopMacroCallerLoc() function in SourceManager
11788 Loc = S.SourceMgr.getTopMacroCallerLoc(Loc); in DiagnoseNullConversion()11789 CC = S.SourceMgr.getTopMacroCallerLoc(CC); in DiagnoseNullConversion()