Searched refs:getSubstTemplateTypeParmType (Results 1 – 14 of 14) sorted by relevance
/aosp_15_r20/external/clang/lib/Sema/ |
H A D | SemaTemplateInstantiate.cpp | 1374 = getSema().Context.getSubstTemplateTypeParmType(T, Replacement); in TransformTemplateTypeParmType() 1417 Result = getSema().Context.getSubstTemplateTypeParmType( in TransformSubstTemplateTypeParmPackType()
|
H A D | TreeTransform.h | 4066 Result = SemaRef.Context.getSubstTemplateTypeParmType( in TransformQualifiedType() 5415 = SemaRef.Context.getSubstTemplateTypeParmType(T->getReplacedParameter(), in TransformSubstTemplateTypeParmType()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/AST/ |
D | AbstractTypeReader.inc | 652 return ctx.getSubstTemplateTypeParmType(
|
D | ASTContext.h | 1613 getSubstTemplateTypeParmType(QualType Replacement, Decl *AssociatedDecl,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/AST/ |
D | AbstractTypeReader.inc | 652 return ctx.getSubstTemplateTypeParmType(
|
D | ASTContext.h | 1613 getSubstTemplateTypeParmType(QualType Replacement, Decl *AssociatedDecl,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/AST/ |
D | AbstractTypeReader.inc | 680 return ctx.getSubstTemplateTypeParmType(
|
D | ASTContext.h | 1629 getSubstTemplateTypeParmType(QualType Replacement, Decl *AssociatedDecl,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/AST/ |
D | AbstractTypeReader.inc | 641 return ctx.getSubstTemplateTypeParmType(
|
D | ASTContext.h | 1610 getSubstTemplateTypeParmType(QualType Replacement, Decl *AssociatedDecl,
|
/aosp_15_r20/external/clang/include/clang/AST/ |
H A D | ASTContext.h | 1228 QualType getSubstTemplateTypeParmType(const TemplateTypeParmType *Replaced,
|
/aosp_15_r20/external/clang/lib/AST/ |
H A D | Type.cpp | 954 return Ctx.getSubstTemplateTypeParmType(T->getReplacedParameter(), in VisitSubstTemplateTypeParmType()
|
H A D | ASTContext.cpp | 3281 ASTContext::getSubstTemplateTypeParmType(const TemplateTypeParmType *Parm, in getSubstTemplateTypeParmType() function in ASTContext
|
/aosp_15_r20/external/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 5557 return Context.getSubstTemplateTypeParmType( in readTypeRecord()
|