Searched defs:TTPDecl (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/AST/
H A DDeclTemplate.cpp477 TemplateTypeParmDecl *TTPDecl = local
479 QualType TTPType = C.getTemplateTypeParmType(D, P, ParameterPack, TTPDecl);
480 TTPDecl->setTypeForDecl(TTPType.getTypePtr());
481 return TTPDecl;
/external/clang/include/clang/AST/
H A DType.h3918 TemplateTypeParmDecl *TTPDecl; member in union:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateTypeParmType::__anon924
3922 TemplateTypeParmType(TemplateTypeParmDecl *TTPDecl, QualType Canon) argument
3927 TTPDecl(TTPDecl) { }
3953 return isCanonicalUnqualified() ? nullptr : TTPDecl;
3967 TemplateTypeParmDecl *TTPDecl) {
3971 ID.AddPointer(TTPDecl);
3965 Profile(llvm::FoldingSetNodeID &ID, unsigned Depth, unsigned Index, bool ParameterPack, TemplateTypeParmDecl *TTPDecl) argument

Completed in 193 milliseconds