Searched refs:TTPDecl (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | DeclTemplate.cpp | 623 auto *TTPDecl = in Create() local 628 QualType TTPType = C.getTemplateTypeParmType(D, P, ParameterPack, TTPDecl); in Create() 629 TTPDecl->setTypeForDecl(TTPType.getTypePtr()); in Create() 630 return TTPDecl; in Create()
|
H A D | ASTContext.cpp | 4644 TemplateTypeParmDecl *TTPDecl) const { in getTemplateTypeParmType() 4646 TemplateTypeParmType::Profile(ID, Depth, Index, ParameterPack, TTPDecl); in getTemplateTypeParmType() 4654 if (TTPDecl) { in getTemplateTypeParmType() 4656 TypeParm = new (*this, TypeAlignment) TemplateTypeParmType(TTPDecl, Canon); in getTemplateTypeParmType()
|
/netbsd-src/external/apache2/llvm/dist/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);
|