OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OldLoc
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/
VTableBuilder.cpp
3637
MethodVFTableLocation &
OldLoc
= Insert.first->second;
3638
if (vfptrIsEarlierInMDC(Layout, NewLoc,
OldLoc
))
3639
OldLoc
= NewLoc;
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiateDecl.cpp
3763
auto
OldLoc
= TInfo->getTypeLoc().getAsAdjusted<FunctionProtoTypeLoc>();
3764
assert(
OldLoc
&& "type of function is not a function type?");
3766
for (unsigned I = 0, N =
OldLoc
.getNumParams(); I != N; ++I)
3767
NewLoc.setParam(I,
OldLoc
.getParam(I));
Completed in 29 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026