Searched defs:SubstType (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1104 QualType TargetType = SemaRef.SubstType(NTTP->getType(), TemplateArgs,
1177 type = SemaRef.SubstType(
1181 type = SemaRef.SubstType(parm->getType(), TemplateArgs,
1467 TypeSourceInfo *Sema::SubstType(TypeSourceInfo *T, function in class:Sema
1483 TypeSourceInfo *Sema::SubstType(TypeLoc TL, function in class:Sema
1514 QualType Sema::SubstType(QualType T, function in class:Sema
1562 /// A form of SubstType intended specifically for instantiating the
1641 NewDI = SubstType(ExpansionTL.getPatternLoc(), TemplateArgs,
1663 NewDI = SubstType(OldDI, TemplateArgs, OldParm->getLocation(),
1786 TypeSourceInfo *BaseTypeLoc = SubstType(Bas
[all...]

Completed in 62 milliseconds