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

/freebsd-10.1-release/contrib/llvm/tools/clang/lib/AST/
H A DDeclTemplate.cpp473 TemplateTypeParmDecl *TTPDecl = local
475 QualType TTPType = C.getTemplateTypeParmType(D, P, ParameterPack, TTPDecl);
476 TTPDecl->TypeForDecl = TTPType.getTypePtr();
477 return TTPDecl;
H A DASTContext.cpp3077 TemplateTypeParmDecl *TTPDecl) const {
3079 TemplateTypeParmType::Profile(ID, Depth, Index, ParameterPack, TTPDecl);
3087 if (TTPDecl) {
3089 TypeParm = new (*this, TypeAlignment) TemplateTypeParmType(TTPDecl, Canon);
/freebsd-10.1-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h3463 TemplateTypeParmDecl *TTPDecl; member in union:clang::FunctionType::ExtInfo::FunctionProtoType::TemplateTypeParmType::__anon2944
3467 TemplateTypeParmType(TemplateTypeParmDecl *TTPDecl, QualType Canon) argument
3472 TTPDecl(TTPDecl) { }
3498 return isCanonicalUnqualified() ? 0 : TTPDecl;
3512 TemplateTypeParmDecl *TTPDecl) {
3516 ID.AddPointer(TTPDecl);
3510 Profile(llvm::FoldingSetNodeID &ID, unsigned Depth, unsigned Index, bool ParameterPack, TemplateTypeParmDecl *TTPDecl) argument

Completed in 244 milliseconds