Searched refs:TTPDecl (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | DeclTemplate.cpp | 624 auto *TTPDecl = in Create() local 629 QualType TTPType = C.getTemplateTypeParmType(D, P, ParameterPack, TTPDecl); in Create() 630 TTPDecl->setTypeForDecl(TTPType.getTypePtr()); in Create() 631 return TTPDecl; in Create()
|
| H A D | ASTContext.cpp | 4659 TemplateTypeParmDecl *TTPDecl) const { in getTemplateTypeParmType() 4661 TemplateTypeParmType::Profile(ID, Depth, Index, ParameterPack, TTPDecl); in getTemplateTypeParmType() 4669 if (TTPDecl) { in getTemplateTypeParmType() 4671 TypeParm = new (*this, TypeAlignment) TemplateTypeParmType(TTPDecl, Canon); in getTemplateTypeParmType()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Type.h | 4782 TemplateTypeParmDecl *TTPDecl; 4786 TemplateTypeParmType(TemplateTypeParmDecl *TTPDecl, QualType Canon) 4790 TTPDecl(TTPDecl) {} 4813 return isCanonicalUnqualified() ? nullptr : TTPDecl; 4827 TemplateTypeParmDecl *TTPDecl) { 4831 ID.AddPointer(TTPDecl);
|