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

/external/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp1192 QualType TargetType = SemaRef.SubstType(NTTP->getType(), TemplateArgs,
1247 type = SemaRef.SubstType(
1251 type = SemaRef.SubstType(parm->getType(), TemplateArgs,
1544 TypeSourceInfo *Sema::SubstType(TypeSourceInfo *T, function in class:Sema
1560 TypeSourceInfo *Sema::SubstType(TypeLoc TL, function in class:Sema
1591 QualType Sema::SubstType(QualType T, function in class:Sema
1639 /// A form of SubstType intended specifically for instantiating the
1689 NewDI = SubstType(ExpansionTL.getPatternLoc(), TemplateArgs,
1711 NewDI = SubstType(OldDI, TemplateArgs, OldParm->getLocation(),
1835 TypeSourceInfo *BaseTypeLoc = SubstType(Bas
[all...]

Completed in 60 milliseconds