Home
last modified time | relevance | path

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

/external/clang/lib/Frontend/
DDiagnosticRenderer.cpp32 L = SM.getImmediateSpellingLoc(L)) { in skipToMacroArgExpansion()
51 return SM.getImmediateSpellingLoc(Loc); in getImmediateMacroCallerLoc()
72 return SM.getImmediateSpellingLoc(Loc); in getImmediateMacroCalleeLoc()
/external/clang/lib/ARCMigrate/
DTransRetainReleaseDealloc.cpp227 RecRange.setBegin(SM.getImmediateSpellingLoc(RecRange.getBegin())); in checkForGCDOrXPC()
229 RecRange.setEnd(SM.getImmediateSpellingLoc(RecRange.getEnd())); in checkForGCDOrXPC()
/external/clang/lib/Edit/
DCommit.cpp229 loc = SM.getImmediateSpellingLoc(loc); in canInsert()
260 loc = SM.getImmediateSpellingLoc(loc); in canInsertAfterToken()
/external/clang/tools/libclang/
DCXSourceLocation.cpp300 SourceLocation SimpleSpellingLoc = SM.getImmediateSpellingLoc(SpellLoc); in clang_getSpellingLocation()
DCIndexHigh.cpp136 SourceLocation SpellLoc = SM.getImmediateSpellingLoc(Loc); in getFileSpellingLoc()
/external/clang/lib/Basic/
DSourceManager.cpp863 Loc = getImmediateSpellingLoc(Loc); in getFileLocSlowCase()
911 SourceLocation SourceManager::getImmediateSpellingLoc(SourceLocation Loc) const{ in getImmediateSpellingLoc() function in SourceManager
/external/clang/include/clang/Basic/
DSourceManager.h903 SourceLocation getImmediateSpellingLoc(SourceLocation Loc) const;