OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TheLoc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
DeclBase.cpp
301
SourceLocation
TheLoc
= Loc;
302
if (
TheLoc
.isInvalid() && TheDecl)
303
TheLoc
= TheDecl->getLocation();
305
if (
TheLoc
.isValid()) {
306
TheLoc
.print(OS, SM);
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/LiveDebugValues/
InstrRefBasedImpl.cpp
2597
auto
TheLoc
= SeekLocation(Locs);
2598
if (!
TheLoc
) {
2600
TheLoc
=
2604
if (!
TheLoc
)
2608
LocIdx L = *
TheLoc
;
Completed in 42 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026