OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OldLocation
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDecl.cpp
3070
SourceLocation
OldLocation
= Old->getLocation();
3075
if (
OldLocation
.isInvalid())
3076
OldLocation
= New->getLocation();
3079
return std::make_pair(PrevDiag,
OldLocation
);
3269
SourceLocation
OldLocation
;
3270
std::tie(PrevDiag,
OldLocation
) =
3284
Diag(
OldLocation
, PrevDiag);
3287
Diag(
OldLocation
, PrevDiag);
3410
Diag(
OldLocation
, diag::note_previous_declaration);
3423
Diag(
OldLocation
, diag::note_previous_declaration)
[
all
...]
TreeTransform.h
195
SourceLocation
OldLocation
;
201
OldLocation
= Self.getDerived().getBaseLocation();
209
Self.getDerived().setBase(
OldLocation
, OldEntity);
Completed in 31 milliseconds
Indexes created Mon Aug 10 00:24:53 UTC 2026