Searched defs:Tmpl (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | CIndexCXX.cpp | 114 } else if (const RedeclarableTemplateDecl *Tmpl in clang_getSpecializedCursorTemplate() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaTemplateInstantiateDecl.cpp | 202 const Attr *A, Expr *OldCond, const Decl *Tmpl, FunctionDecl *New) { in instantiateDependentFunctionAttrCondition() 233 const EnableIfAttr *EIA, const Decl *Tmpl, FunctionDecl *New) { in instantiateDependentEnableIfAttr() 244 const DiagnoseIfAttr *DIA, const Decl *Tmpl, FunctionDecl *New) { in instantiateDependentDiagnoseIfAttr() 574 const MultiLevelTemplateArgumentList &TemplateArgs, const Decl *Tmpl, in InstantiateAttrsForDecl() 614 const Decl *Tmpl, Decl *New, in InstantiateAttrs() 4482 FunctionDecl *Tmpl) { in InitFunctionInstantiation() 4572 CXXMethodDecl *Tmpl) { in InitMethodInstantiation() 4588 FunctionDecl *Tmpl) { in SubstDefaultedFunction() 5392 const CXXConstructorDecl *Tmpl, in InstantiateMemInitializers()
|
H A D | SemaTemplateInstantiate.cpp | 97 VarTemplateDecl *Tmpl = Specialized.get<VarTemplateDecl *>(); in getTemplateInstantiationArgs() local
|
H A D | SemaLookup.cpp | 3230 } else if (FunctionTemplateDecl *Tmpl = in LookupSpecialMember() local
|
H A D | SemaCodeComplete.cpp | 1080 if (const auto *Tmpl = dyn_cast<FunctionTemplateDecl>(ND)) in isConstructor() local
|
H A D | SemaTemplate.cpp | 1914 auto *Tmpl = cast<CXXRecordDecl>(Hidden)->getDescribedClassTemplate(); in CheckClassTemplate() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReaderDecl.cpp | 1362 if (auto *Tmpl = readDeclAs<FieldDecl>()) in VisitFieldDecl() local 1479 auto *Tmpl = readDeclAs<VarDecl>(); in VisitVarDeclImpl() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | DeclCXX.cpp | 1570 if (FunctionTemplateDecl *Tmpl = CallOp->getDescribedFunctionTemplate()) in getGenericLambdaTemplateParameterList() local
|
H A D | ASTContext.cpp | 1534 ASTContext::setInstantiatedFromStaticDataMember(VarDecl *Inst, VarDecl *Tmpl, in setInstantiatedFromStaticDataMember() 1601 FieldDecl *Tmpl) { in setInstantiatedFromUnnamedFieldDecl()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGDebugInfo.cpp | 2349 if (FunctionDecl *Tmpl = MD->getInstantiatedFromMemberFunction()) in hasExplicitMemberDefinition() local
|