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()
329 MacroLocation = SM->getImmediateSpellingLoc(Loc); in retrieveMacroLocation()335 MacroArgLocation = SM->getImmediateSpellingLoc(Loc); in retrieveMacroLocation()360 Loc = SM->getImmediateSpellingLoc(Loc); in getMacroArgExpansionFileIDs()
379 RecRange.setBegin(SM.getImmediateSpellingLoc(RecRange.getBegin())); in checkForGCDOrXPC()381 RecRange.setEnd(SM.getImmediateSpellingLoc(RecRange.getEnd())); in checkForGCDOrXPC()
1100 SourceLocation getImmediateSpellingLoc(SourceLocation Loc) const;1575 return getImmediateSpellingLoc(Loc); in getImmediateMacroCallerLoc()
139 SourceLocation SpellLoc = SM.getImmediateSpellingLoc(Loc); in getFileSpellingLoc()
918 Loc = getImmediateSpellingLoc(Loc); in getFileLocSlowCase()966 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()