Searched defs:TTPDecl (Results 1 - 2 of 2) 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;
/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 43 milliseconds