Home
last modified time | relevance | path

Searched refs:getImmediateSpellingLoc (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp279 CharSourceRange(SM->getImmediateSpellingLoc(Loc), IsTokenRange); in retrieveMacroLocation()
284 CharSourceRange(SM->getImmediateSpellingLoc(Loc), IsTokenRange); in retrieveMacroLocation()
321 Loc = SM->getImmediateSpellingLoc(Loc); in getMacroArgExpansionFileIDs()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp383 RecRange.setBegin(SM.getImmediateSpellingLoc(RecRange.getBegin())); in checkForGCDOrXPC()
385 RecRange.setEnd(SM.getImmediateSpellingLoc(RecRange.getEnd())); in checkForGCDOrXPC()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1255 SourceLocation getImmediateSpellingLoc(SourceLocation Loc) const;
1831 return getImmediateSpellingLoc(Loc); in getImmediateMacroCallerLoc()
/freebsd/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp914 Loc = getImmediateSpellingLoc(Loc); in getFileLocSlowCase()
962 SourceLocation SourceManager::getImmediateSpellingLoc(SourceLocation Loc) const{ in getImmediateSpellingLoc() function in SourceManager
987 Loc = getImmediateSpellingLoc(Loc); in getTopMacroCallerLoc()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp1015 Range.setBegin(SM.getImmediateSpellingLoc(Begin)); in makeFileCharRange()
1016 Range.setEnd(SM.getImmediateSpellingLoc(End)); in makeFileCharRange()