Searched refs:getImmediateSpellingLoc (Results 1 – 7 of 7) sorted by relevance
288 MacroLocation = SM->getImmediateSpellingLoc(Loc); in retrieveMacroLocation()294 MacroArgLocation = SM->getImmediateSpellingLoc(Loc); in retrieveMacroLocation()319 Loc = SM->getImmediateSpellingLoc(Loc); in getMacroArgExpansionFileIDs()
229 loc = SM.getImmediateSpellingLoc(loc); in canInsert()260 loc = SM.getImmediateSpellingLoc(loc); in canInsertAfterToken()
379 RecRange.setBegin(SM.getImmediateSpellingLoc(RecRange.getBegin())); in checkForGCDOrXPC()381 RecRange.setEnd(SM.getImmediateSpellingLoc(RecRange.getEnd())); in checkForGCDOrXPC()
1108 SourceLocation getImmediateSpellingLoc(SourceLocation Loc) const;1583 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
913 Range.setBegin(SM.getImmediateSpellingLoc(Begin)); in makeFileCharRange()914 Range.setEnd(SM.getImmediateSpellingLoc(End)); in makeFileCharRange()