reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/Sema/Sema.h
 8308   QualType SubstType(QualType T,

References

tools/clang/lib/Sema/SemaAccess.cpp
 1507       BaseObjectType = SubstType(BaseObjectType, TemplateArgs, Loc,
tools/clang/lib/Sema/SemaTemplate.cpp
 3258     CanonType = SubstType(Pattern->getUnderlyingType(),
 4931         NTTPType = SubstType(PET->getPattern(),
 4936         NTTPType = SubstType(NTTPType,
tools/clang/lib/Sema/SemaTemplateDeduction.cpp
 2572             S.SubstType(NTTP->getType(), Args, NTTP->getLocation(),
 3091         SubstType(Proto->getReturnType(),
 3420               SubstType(OriginalArg.OriginalParamType, SubstArgs,
tools/clang/lib/Sema/SemaTemplateInstantiate.cpp
 1284       QualType TargetType = SemaRef.SubstType(NTTP->getType(), TemplateArgs,
 1356       type = SemaRef.SubstType(
 1360       type = SemaRef.SubstType(VD ? arg.getParamTypeForDecl() : arg.getNullPtrType(),
tools/clang/lib/Sema/SemaTemplateInstantiateDecl.cpp
 1217         SemaRef.SubstType(TI->getType(), TemplateArgs,
 3040         ParsedType::make(SemaRef.SubstType(
 3141         ParsedType::make(SemaRef.SubstType(D->getType(), TemplateArgs,
 3933         QualType T = S.SubstType(PatternParam->getType(), TemplateArgs,
 3958           QualType T = S.SubstType(PatternType, TemplateArgs,