Searched refs:getTopMacroCallerLoc (Results 1 – 9 of 9) sorted by relevance
347 SourceLocation NextLoc = SM.getTopMacroCallerLoc(Loc); in qualifiedByUnresolved()381 …SourceRange Range(SM.getTopMacroCallerLoc(SS.getBeginLoc()), SM.getTopMacroCallerLoc(SS.getEndLoc(… in getSpelledSpecifier()
742 {SM.getTopMacroCallerLoc(FixIt.RemoveRange.getBegin()), in HandleDiagnostic()743 SM.getTopMacroCallerLoc(FixIt.RemoveRange.getEnd())}, in HandleDiagnostic()
456 SourceLocation ArgStart = SM.getTopMacroCallerLoc(StartLoc); in testChunk()460 SM.getTopMacroCallerLoc(Batch.back().location()); in testChunk()
511 auto ExprStartLoc = SM.getTopMacroCallerLoc(E->getBeginLoc()); in isPrecededByParamNameComment()
233 loc = SM.getTopMacroCallerLoc(loc); in canInsert()263 loc = SM.getTopMacroCallerLoc(loc); in canInsertAfterToken()
1538 B = SM.getTopMacroCallerLoc(B); in isIgnoredParameter()1542 E = Lexer::getLocForEndOfToken(SM.getTopMacroCallerLoc(E), 0, SM, LO); in isIgnoredParameter()
1778 SourceLocation getTopMacroCallerLoc(SourceLocation Loc) const;
1028 SourceLocation SourceManager::getTopMacroCallerLoc(SourceLocation Loc) const { in getTopMacroCallerLoc() function in SourceManager
13360 Loc = S.SourceMgr.getTopMacroCallerLoc(Loc); in DiagnoseNullConversion()13361 CC = S.SourceMgr.getTopMacroCallerLoc(CC); in DiagnoseNullConversion()