Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DDiagnosticRenderer.cpp288 MacroLocation = SM->getImmediateSpellingLoc(Loc); in retrieveMacroLocation()
294 MacroArgLocation = SM->getImmediateSpellingLoc(Loc); in retrieveMacroLocation()
319 Loc = SM->getImmediateSpellingLoc(Loc); in getMacroArgExpansionFileIDs()
/external/clang/lib/Edit/
DCommit.cpp229 loc = SM.getImmediateSpellingLoc(loc); in canInsert()
260 loc = SM.getImmediateSpellingLoc(loc); in canInsertAfterToken()
/external/clang/lib/ARCMigrate/
DTransRetainReleaseDealloc.cpp379 RecRange.setBegin(SM.getImmediateSpellingLoc(RecRange.getBegin())); in checkForGCDOrXPC()
381 RecRange.setEnd(SM.getImmediateSpellingLoc(RecRange.getEnd())); in checkForGCDOrXPC()
/external/clang/include/clang/Basic/
DSourceManager.h1108 SourceLocation getImmediateSpellingLoc(SourceLocation Loc) const;
1583 return getImmediateSpellingLoc(Loc); in getImmediateMacroCallerLoc()
/external/clang/tools/libclang/
DCIndexHigh.cpp139 SourceLocation SpellLoc = SM.getImmediateSpellingLoc(Loc); in getFileSpellingLoc()
/external/clang/lib/Basic/
DSourceManager.cpp918 Loc = getImmediateSpellingLoc(Loc); in getFileLocSlowCase()
966 SourceLocation SourceManager::getImmediateSpellingLoc(SourceLocation Loc) const{ in getImmediateSpellingLoc() function in SourceManager
/external/clang/lib/Lex/
DLexer.cpp913 Range.setBegin(SM.getImmediateSpellingLoc(Begin)); in makeFileCharRange()
914 Range.setEnd(SM.getImmediateSpellingLoc(End)); in makeFileCharRange()