Searched refs:TTPDecl (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/ |
| D | DeclTemplate.cpp | 473 TemplateTypeParmDecl *TTPDecl = in Create() local 475 QualType TTPType = C.getTemplateTypeParmType(D, P, ParameterPack, TTPDecl); in Create() 476 TTPDecl->TypeForDecl = TTPType.getTypePtr(); in Create() 477 return TTPDecl; in Create()
|
| D | ASTContext.cpp | 3077 TemplateTypeParmDecl *TTPDecl) const { in getTemplateTypeParmType() 3079 TemplateTypeParmType::Profile(ID, Depth, Index, ParameterPack, TTPDecl); in getTemplateTypeParmType() 3087 if (TTPDecl) { in getTemplateTypeParmType() 3089 TypeParm = new (*this, TypeAlignment) TemplateTypeParmType(TTPDecl, Canon); in getTemplateTypeParmType()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | Type.h | 3463 TemplateTypeParmDecl *TTPDecl; 3467 TemplateTypeParmType(TemplateTypeParmDecl *TTPDecl, QualType Canon) 3472 TTPDecl(TTPDecl) { } 3498 return isCanonicalUnqualified() ? 0 : TTPDecl; 3512 TemplateTypeParmDecl *TTPDecl) { 3516 ID.AddPointer(TTPDecl);
|