Searched defs:Tmpl (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaTemplateInstantiate.cpp87 VarTemplateDecl *Tmpl = Specialized.get<VarTemplateDecl *>(); local
H A DSemaTemplateInstantiateDecl.cpp170 instantiateDependentEnableIfAttr( Sema &S, const MultiLevelTemplateArgumentList &TemplateArgs, const EnableIfAttr *A, const Decl *Tmpl, Decl *New) argument
230 InstantiateAttrs(const MultiLevelTemplateArgumentList &TemplateArgs, const Decl *Tmpl, Decl *New, LateInstantiatedAttrVec *LateAttrs, LocalInstantiationScope *OuterMostScope) argument
3233 InitFunctionInstantiation(FunctionDecl *New, FunctionDecl *Tmpl) argument
3317 InitMethodInstantiation(CXXMethodDecl *New, CXXMethodDecl *Tmpl) argument
3800 VarTemplatePartialSpecializationDecl *Tmpl = local
3811 VarTemplateDecl *Tmpl = PatternPtr.get<VarTemplateDecl *>(); local
4025 InstantiateMemInitializers(CXXConstructorDecl *New, const CXXConstructorDecl *Tmpl, const MultiLevelTemplateArgumentList &TemplateArgs) argument
[all...]
H A DSemaTemplate.cpp1030 auto *Tmpl = cast<CXXRecordDecl>(Hidden)->getDescribedClassTemplate(); local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReaderDecl.cpp1203 VarDecl *Tmpl = ReadDeclAs<VarDecl>(Record, Idx); local
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp1178 ASTContext::setInstantiatedFromStaticDataMember(VarDecl *Inst, VarDecl *Tmpl, argument
1259 setInstantiatedFromUnnamedFieldDecl(FieldDecl *Inst, FieldDecl *Tmpl) argument

Completed in 265 milliseconds