OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LastLoc
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Frontend/
DiagnosticRenderer.h
57
SourceLocation
LastLoc
;
61
/// Same restriction as
LastLoc
essentially, but tracking include stack
LogDiagnosticPrinter.h
57
FullSourceLoc
LastLoc
;
/src/external/apache2/llvm/dist/clang/lib/Tooling/Syntax/
Tokens.cpp
69
auto FirstLoc = First.location(),
LastLoc
= Last.location();
72
while (!FirstLoc.isFileID() && !
LastLoc
.isFileID()) {
74
auto ExpInfoLast = SM.getSLocEntry(SM.getFileID(
LastLoc
)).getExpansion();
84
LastLoc
= SM.getImmediateSpellingLoc(
LastLoc
);
87
Res = {FirstLoc,
LastLoc
};
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp
3912
DebugLoc
LastLoc
;
4028
I->setDebugLoc(
LastLoc
);
4054
LastLoc
= DILocation::get(Scope->getContext(), Line, Col, Scope, IA,
4056
I->setDebugLoc(
LastLoc
);
Completed in 21 milliseconds
Indexes created Thu Apr 16 00:22:31 UTC 2026