Searched refs:TTPDecl (Results 1 – 3 of 3) sorted by relevance
/openbsd/gnu/llvm/clang/lib/AST/ |
H A D | DeclTemplate.cpp | 645 auto *TTPDecl = in Create() local 650 QualType TTPType = C.getTemplateTypeParmType(D, P, ParameterPack, TTPDecl); in Create() 651 TTPDecl->setTypeForDecl(TTPType.getTypePtr()); in Create() 652 return TTPDecl; in Create()
|
H A D | ASTContext.cpp | 4875 TemplateTypeParmDecl *TTPDecl) const { in getTemplateTypeParmType() 4877 TemplateTypeParmType::Profile(ID, Depth, Index, ParameterPack, TTPDecl); in getTemplateTypeParmType() 4885 if (TTPDecl) { in getTemplateTypeParmType() 4887 TypeParm = new (*this, TypeAlignment) TemplateTypeParmType(TTPDecl, Canon); in getTemplateTypeParmType()
|
/openbsd/gnu/llvm/clang/include/clang/AST/ |
H A D | Type.h | 5022 TemplateTypeParmDecl *TTPDecl; 5026 TemplateTypeParmType(TemplateTypeParmDecl *TTPDecl, QualType Canon) 5030 TTPDecl(TTPDecl) {} 5053 return isCanonicalUnqualified() ? nullptr : TTPDecl; 5067 TemplateTypeParmDecl *TTPDecl) { 5071 ID.AddPointer(TTPDecl);
|