Searched refs:getImmediateSpellingLoc (Results 1 – 5 of 5) sorted by relevance
279 CharSourceRange(SM->getImmediateSpellingLoc(Loc), IsTokenRange); in retrieveMacroLocation()284 CharSourceRange(SM->getImmediateSpellingLoc(Loc), IsTokenRange); in retrieveMacroLocation()321 Loc = SM->getImmediateSpellingLoc(Loc); in getMacroArgExpansionFileIDs()
383 RecRange.setBegin(SM.getImmediateSpellingLoc(RecRange.getBegin())); in checkForGCDOrXPC()385 RecRange.setEnd(SM.getImmediateSpellingLoc(RecRange.getEnd())); in checkForGCDOrXPC()
1255 SourceLocation getImmediateSpellingLoc(SourceLocation Loc) const;1831 return getImmediateSpellingLoc(Loc); in getImmediateMacroCallerLoc()
914 Loc = getImmediateSpellingLoc(Loc); in getFileLocSlowCase()962 SourceLocation SourceManager::getImmediateSpellingLoc(SourceLocation Loc) const{ in getImmediateSpellingLoc() function in SourceManager987 Loc = getImmediateSpellingLoc(Loc); in getTopMacroCallerLoc()
1015 Range.setBegin(SM.getImmediateSpellingLoc(Begin)); in makeFileCharRange()1016 Range.setEnd(SM.getImmediateSpellingLoc(End)); in makeFileCharRange()