Home
last modified time | relevance | path

Searched refs:findInstantiationOf (Results 1 – 8 of 8) sorted by relevance

/external/clang/include/clang/Sema/
DTemplate.h332 findInstantiationOf(const Decl *D);
/external/clang/lib/Sema/
DSemaTemplateVariadic.cpp578 = CurrentInstantiationScope->findInstantiationOf( in CheckParameterPacksForExpansion()
669 = CurrentInstantiationScope->findInstantiationOf( in getNumArgumentsInExpansion()
DSemaTemplateInstantiateDecl.cpp2584 SemaRef.CurrentInstantiationScope->findInstantiationOf(PrevDeclInScope) in VisitOMPDeclareReductionDecl()
4568 static NamedDecl *findInstantiationOf(ASTContext &Ctx, in findInstantiationOf() function
4646 if (auto Found = CurrentInstantiationScope->findInstantiationOf(D)) { in FindInstantiatedDecl()
4802 Result = findInstantiationOf(Context, D, Found.begin(), Found.end()); in FindInstantiatedDecl()
4812 Result = findInstantiationOf(Context, D, in FindInstantiatedDecl()
DSemaTemplateInstantiate.cpp1249 = getSema().CurrentInstantiationScope->findInstantiationOf(PD); in TransformFunctionParmPackRefExpr()
2765 LocalInstantiationScope::findInstantiationOf(const Decl *D) { in findInstantiationOf() function in LocalInstantiationScope
/external/llvm-project/clang/include/clang/Sema/
DTemplate.h421 findInstantiationOf(const Decl *D);
/external/llvm-project/clang/lib/Sema/
DSemaTemplateVariadic.cpp711 = CurrentInstantiationScope->findInstantiationOf( in CheckParameterPacksForExpansion()
829 = CurrentInstantiationScope->findInstantiationOf( in getNumArgumentsInExpansion()
DSemaTemplateInstantiateDecl.cpp3306 SemaRef.CurrentInstantiationScope->findInstantiationOf(PrevDeclInScope) in VisitOMPDeclareReductionDecl()
3391 SemaRef.CurrentInstantiationScope->findInstantiationOf(PrevDeclInScope) in VisitOMPDeclareMapperDecl()
5721 static NamedDecl *findInstantiationOf(ASTContext &Ctx, in findInstantiationOf() function
5820 if (auto Found = CurrentInstantiationScope->findInstantiationOf(D)) { in FindInstantiatedDecl()
6011 Result = findInstantiationOf(Context, D, Found.begin(), Found.end()); in FindInstantiatedDecl()
6021 Result = findInstantiationOf(Context, D, in FindInstantiatedDecl()
DSemaTemplateInstantiate.cpp1678 = getSema().CurrentInstantiationScope->findInstantiationOf(PD); in TransformFunctionParmPackRefExpr()
3560 LocalInstantiationScope::findInstantiationOf(const Decl *D) { in findInstantiationOf() function in LocalInstantiationScope