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

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp389 RecRange.setBegin(SM.getImmediateSpellingLoc(RecRange.getBegin()));
391 RecRange.setEnd(SM.getImmediateSpellingLoc(RecRange.getEnd()));
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Edit/
H A DCommit.cpp231 loc = SM.getImmediateSpellingLoc(loc);
262 loc = SM.getImmediateSpellingLoc(loc);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp357 Begin = SM->getImmediateSpellingLoc(Begin);
358 End = SM->getImmediateSpellingLoc(End);
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DSourceManager.h1085 SourceLocation getImmediateSpellingLoc(SourceLocation Loc) const;
1550 return getImmediateSpellingLoc(Loc);
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Basic/
H A DSourceManager.cpp939 Loc = getImmediateSpellingLoc(Loc);
983 /// getImmediateSpellingLoc - Given a SourceLocation object, return the
987 SourceLocation SourceManager::getImmediateSpellingLoc(SourceLocation Loc) const{ function in class:SourceManager

Completed in 76 milliseconds