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

/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DDiagnosticRenderer.cpp280 CharSourceRange(SM->getImmediateSpellingLoc(Loc), IsTokenRange);
285 CharSourceRange(SM->getImmediateSpellingLoc(Loc), IsTokenRange);
322 Loc = SM->getImmediateSpellingLoc(Loc);
/freebsd-11-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransRetainReleaseDealloc.cpp383 RecRange.setBegin(SM.getImmediateSpellingLoc(RecRange.getBegin()));
385 RecRange.setEnd(SM.getImmediateSpellingLoc(RecRange.getEnd()));
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DSourceManager.cpp938 Loc = getImmediateSpellingLoc(Loc);
982 /// getImmediateSpellingLoc - Given a SourceLocation object, return the
986 SourceLocation SourceManager::getImmediateSpellingLoc(SourceLocation Loc) const{ function in class:SourceManager
1004 Loc = getImmediateSpellingLoc(Loc);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DSourceManager.h1220 SourceLocation getImmediateSpellingLoc(SourceLocation Loc) const;
1755 return getImmediateSpellingLoc(Loc);
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DLexer.cpp930 Range.setBegin(SM.getImmediateSpellingLoc(Begin));
931 Range.setEnd(SM.getImmediateSpellingLoc(End));

Completed in 193 milliseconds