OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getSpellingLoc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Basic/
SourceLocation.cpp
84
SM.
getSpellingLoc
(*this).print(OS, SM);
131
PrintedLoc = PrintDifference(OS, SM, SM.
getSpellingLoc
(Loc), PrintedLoc);
169
FullSourceLoc FullSourceLoc::
getSpellingLoc
() const {
171
return FullSourceLoc(SrcMgr->
getSpellingLoc
(*this), *SrcMgr);
/src/external/apache2/llvm/dist/clang/include/clang/Basic/
SourceManager.h
365
SourceLocation
getSpellingLoc
() const {
1203
SourceLocation
getSpellingLoc
(SourceLocation Loc) const {
1502
if (isWrittenInScratchSpace(
getSpellingLoc
(loc))) {
1505
} while (isWrittenInScratchSpace(
getSpellingLoc
(loc)));
1509
return isInSystemHeader(
getSpellingLoc
(loc));
Completed in 29 milliseconds
Indexes created Thu Apr 16 00:22:31 UTC 2026