Home
last modified time | relevance | path

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

/external/clang/lib/Edit/
DCommit.cpp229 loc = SM.getImmediateSpellingLoc(loc); in canInsert()
260 loc = SM.getImmediateSpellingLoc(loc); in canInsertAfterToken()
/external/clang/lib/ARCMigrate/
DTransRetainReleaseDealloc.cpp389 RecRange.setBegin(SM.getImmediateSpellingLoc(RecRange.getBegin())); in checkForGCDOrXPC()
391 RecRange.setEnd(SM.getImmediateSpellingLoc(RecRange.getEnd())); in checkForGCDOrXPC()
/external/clang/lib/Frontend/
DDiagnosticRenderer.cpp363 Begin = SM->getImmediateSpellingLoc(Begin); in mapDiagnosticRanges()
364 End = SM->getImmediateSpellingLoc(End); in mapDiagnosticRanges()
/external/clang/include/clang/Basic/
DSourceManager.h1075 SourceLocation getImmediateSpellingLoc(SourceLocation Loc) const;
1544 return getImmediateSpellingLoc(Loc); in getImmediateMacroCallerLoc()
/external/clang/tools/libclang/
DCIndexHigh.cpp139 SourceLocation SpellLoc = SM.getImmediateSpellingLoc(Loc); in getFileSpellingLoc()
/external/clang/lib/Basic/
DSourceManager.cpp915 Loc = getImmediateSpellingLoc(Loc); in getFileLocSlowCase()
963 SourceLocation SourceManager::getImmediateSpellingLoc(SourceLocation Loc) const{ in getImmediateSpellingLoc() function in SourceManager
/external/clang/lib/Lex/
DLexer.cpp911 Range.setBegin(SM.getImmediateSpellingLoc(Begin)); in makeFileCharRange()
912 Range.setEnd(SM.getImmediateSpellingLoc(End)); in makeFileCharRange()