Searched refs:TTPDecl (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/AST/
H A DDeclTemplate.cpp471 TemplateTypeParmDecl *TTPDecl = local
473 QualType TTPType = C.getTemplateTypeParmType(D, P, ParameterPack, TTPDecl);
474 TTPDecl->setTypeForDecl(TTPType.getTypePtr());
475 return TTPDecl;
H A DASTContext.cpp3099 TemplateTypeParmDecl *TTPDecl) const {
3101 TemplateTypeParmType::Profile(ID, Depth, Index, ParameterPack, TTPDecl);
3109 if (TTPDecl) {
3111 TypeParm = new (*this, TypeAlignment) TemplateTypeParmType(TTPDecl, Canon);
/external/clang/include/clang/AST/
H A DType.h3488 TemplateTypeParmDecl *TTPDecl; member in union:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateTypeParmType::__anon17549
3492 TemplateTypeParmType(TemplateTypeParmDecl *TTPDecl, QualType Canon) argument
3497 TTPDecl(TTPDecl) { }
3523 return isCanonicalUnqualified() ? nullptr : TTPDecl;
3537 TemplateTypeParmDecl *TTPDecl) {
3541 ID.AddPointer(TTPDecl);
3535 Profile(llvm::FoldingSetNodeID &ID, unsigned Depth, unsigned Index, bool ParameterPack, TemplateTypeParmDecl *TTPDecl) argument

Completed in 123 milliseconds