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

/external/clang/lib/AST/
H A DDeclTemplate.cpp428 TemplateTypeParmDecl *TTPDecl = local
430 QualType TTPType = C.getTemplateTypeParmType(D, P, ParameterPack, TTPDecl);
431 TTPDecl->TypeForDecl = TTPType.getTypePtr();
432 return TTPDecl;
/external/clang/include/clang/AST/
H A DType.h3211 TemplateTypeParmDecl *TTPDecl; member in union:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateTypeParmType::__anon2592
3215 TemplateTypeParmType(TemplateTypeParmDecl *TTPDecl, QualType Canon) argument
3220 TTPDecl(TTPDecl) { }
3246 return isCanonicalUnqualified() ? 0 : TTPDecl;
3260 TemplateTypeParmDecl *TTPDecl) {
3264 ID.AddPointer(TTPDecl);
3258 Profile(llvm::FoldingSetNodeID &ID, unsigned Depth, unsigned Index, bool ParameterPack, TemplateTypeParmDecl *TTPDecl) argument

Completed in 966 milliseconds