Searched refs:getImmediateSpellingLoc (Results 1 – 7 of 7) sorted by relevance
229 loc = SM.getImmediateSpellingLoc(loc); in canInsert()260 loc = SM.getImmediateSpellingLoc(loc); in canInsertAfterToken()
389 RecRange.setBegin(SM.getImmediateSpellingLoc(RecRange.getBegin())); in checkForGCDOrXPC()391 RecRange.setEnd(SM.getImmediateSpellingLoc(RecRange.getEnd())); in checkForGCDOrXPC()
363 Begin = SM->getImmediateSpellingLoc(Begin); in mapDiagnosticRanges()364 End = SM->getImmediateSpellingLoc(End); in mapDiagnosticRanges()
1075 SourceLocation getImmediateSpellingLoc(SourceLocation Loc) const;1544 return getImmediateSpellingLoc(Loc); in getImmediateMacroCallerLoc()
139 SourceLocation SpellLoc = SM.getImmediateSpellingLoc(Loc); in getFileSpellingLoc()
915 Loc = getImmediateSpellingLoc(Loc); in getFileLocSlowCase()963 SourceLocation SourceManager::getImmediateSpellingLoc(SourceLocation Loc) const{ in getImmediateSpellingLoc() function in SourceManager
911 Range.setBegin(SM.getImmediateSpellingLoc(Begin)); in makeFileCharRange()912 Range.setEnd(SM.getImmediateSpellingLoc(End)); in makeFileCharRange()