Searched refs:TTPDecl (Results 1 – 3 of 3) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | DeclTemplate.cpp | 498 TemplateTypeParmDecl *TTPDecl = in Create() local 500 QualType TTPType = C.getTemplateTypeParmType(D, P, ParameterPack, TTPDecl); in Create() 501 TTPDecl->setTypeForDecl(TTPType.getTypePtr()); in Create() 502 return TTPDecl; in Create()
|
| HD | ASTContext.cpp | 3230 TemplateTypeParmDecl *TTPDecl) const { in getTemplateTypeParmType() 3232 TemplateTypeParmType::Profile(ID, Depth, Index, ParameterPack, TTPDecl); in getTemplateTypeParmType() 3240 if (TTPDecl) { in getTemplateTypeParmType() 3242 TypeParm = new (*this, TypeAlignment) TemplateTypeParmType(TTPDecl, Canon); in getTemplateTypeParmType()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | Type.h | 3705 TemplateTypeParmDecl *TTPDecl; 3709 TemplateTypeParmType(TemplateTypeParmDecl *TTPDecl, QualType Canon) 3714 TTPDecl(TTPDecl) { } 3740 return isCanonicalUnqualified() ? nullptr : TTPDecl; 3754 TemplateTypeParmDecl *TTPDecl) { 3758 ID.AddPointer(TTPDecl);
|