OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OldDI
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Sema/
SemaTemplateInstantiate.cpp
2317
TypeSourceInfo *
OldDI
= OldParm->getTypeSourceInfo();
2320
TypeLoc OldTL =
OldDI
->getTypeLoc();
2347
NewDI = SubstType(
OldDI
, TemplateArgs, OldParm->getLocation(),
2366
GetContainedInventedTypeParmVisitor().Visit(
OldDI
->getType())) {
TreeTransform.h
5520
TypeSourceInfo *
OldDI
= OldParm->getTypeSourceInfo();
5523
if (NumExpansions && isa<PackExpansionType>(
OldDI
->getType())) {
5526
TypeLoc OldTL =
OldDI
->getTypeLoc();
5530
TypeLoc NewTL =
OldDI
->getTypeLoc();
5550
NewDI = getDerived().TransformType(
OldDI
);
5554
if (NewDI ==
OldDI
&& indexAdjustment == 0)
SemaTemplate.cpp
2373
TypeSourceInfo *
OldDI
= OldParam->getTypeSourceInfo();
2375
if (auto PackTL =
OldDI
->getTypeLoc().getAs<PackExpansionTypeLoc>()) {
2386
NewDI = SemaRef.SubstType(
OldDI
, Args, OldParam->getLocation(),
Completed in 31 milliseconds
Indexes created Wed Jun 17 00:25:26 UTC 2026