Searched refs:findInstantiationOf (Results 1 – 8 of 8) sorted by relevance
/external/clang/include/clang/Sema/ |
D | Template.h | 332 findInstantiationOf(const Decl *D);
|
/external/clang/lib/Sema/ |
D | SemaTemplateVariadic.cpp | 578 = CurrentInstantiationScope->findInstantiationOf( in CheckParameterPacksForExpansion() 669 = CurrentInstantiationScope->findInstantiationOf( in getNumArgumentsInExpansion()
|
D | SemaTemplateInstantiateDecl.cpp | 2584 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()
|
D | SemaTemplateInstantiate.cpp | 1249 = getSema().CurrentInstantiationScope->findInstantiationOf(PD); in TransformFunctionParmPackRefExpr() 2765 LocalInstantiationScope::findInstantiationOf(const Decl *D) { in findInstantiationOf() function in LocalInstantiationScope
|
/external/llvm-project/clang/include/clang/Sema/ |
D | Template.h | 421 findInstantiationOf(const Decl *D);
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaTemplateVariadic.cpp | 711 = CurrentInstantiationScope->findInstantiationOf( in CheckParameterPacksForExpansion() 829 = CurrentInstantiationScope->findInstantiationOf( in getNumArgumentsInExpansion()
|
D | SemaTemplateInstantiateDecl.cpp | 3306 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()
|
D | SemaTemplateInstantiate.cpp | 1678 = getSema().CurrentInstantiationScope->findInstantiationOf(PD); in TransformFunctionParmPackRefExpr() 3560 LocalInstantiationScope::findInstantiationOf(const Decl *D) { in findInstantiationOf() function in LocalInstantiationScope
|