Searched refs:TTPDecl (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/AST/ |
D | DeclTemplate.cpp | 458 TemplateTypeParmDecl *TTPDecl = in Create() local 460 QualType TTPType = C.getTemplateTypeParmType(D, P, ParameterPack, TTPDecl); in Create() 461 TTPDecl->TypeForDecl = TTPType.getTypePtr(); in Create() 462 return TTPDecl; in Create()
|
D | ASTContext.cpp | 2927 TemplateTypeParmDecl *TTPDecl) const { in getTemplateTypeParmType() 2929 TemplateTypeParmType::Profile(ID, Depth, Index, ParameterPack, TTPDecl); in getTemplateTypeParmType() 2937 if (TTPDecl) { in getTemplateTypeParmType() 2939 TypeParm = new (*this, TypeAlignment) TemplateTypeParmType(TTPDecl, Canon); in getTemplateTypeParmType()
|
/external/clang/include/clang/AST/ |
D | Type.h | 3384 TemplateTypeParmDecl *TTPDecl; 3388 TemplateTypeParmType(TemplateTypeParmDecl *TTPDecl, QualType Canon) 3393 TTPDecl(TTPDecl) { } 3419 return isCanonicalUnqualified() ? 0 : TTPDecl; 3433 TemplateTypeParmDecl *TTPDecl) { 3437 ID.AddPointer(TTPDecl);
|