Searched refs:getImmediateSpellingLoc (Results 1 - 6 of 6) sorted by relevance

/external/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp389 RecRange.setBegin(SM.getImmediateSpellingLoc(RecRange.getBegin()));
391 RecRange.setEnd(SM.getImmediateSpellingLoc(RecRange.getEnd()));
/external/clang/lib/Edit/
H A DCommit.cpp229 loc = SM.getImmediateSpellingLoc(loc);
260 loc = SM.getImmediateSpellingLoc(loc);
/external/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp363 Begin = SM->getImmediateSpellingLoc(Begin);
364 End = SM->getImmediateSpellingLoc(End);
/external/clang/tools/libclang/
H A DCIndexHigh.cpp139 SourceLocation SpellLoc = SM.getImmediateSpellingLoc(Loc);
/external/clang/include/clang/Basic/
H A DSourceManager.h1079 SourceLocation getImmediateSpellingLoc(SourceLocation Loc) const;
1548 return getImmediateSpellingLoc(Loc);
/external/clang/lib/Basic/
H A DSourceManager.cpp924 Loc = getImmediateSpellingLoc(Loc);
968 /// getImmediateSpellingLoc - Given a SourceLocation object, return the
972 SourceLocation SourceManager::getImmediateSpellingLoc(SourceLocation Loc) const{ function in class:SourceManager

Completed in 133 milliseconds