Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp733 CurrentInstantiationScope->findInstantiationOf( in CheckParameterPacksForExpansion()
851 CurrentInstantiationScope->findInstantiationOf( in getNumArgumentsInExpansion()
H A DSemaTemplateInstantiateDecl.cpp3675 SemaRef.CurrentInstantiationScope->findInstantiationOf(PrevDeclInScope) in VisitOMPDeclareReductionDecl()
3762 SemaRef.CurrentInstantiationScope->findInstantiationOf(PrevDeclInScope) in VisitOMPDeclareMapperDecl()
6045 static NamedDecl *findInstantiationOf(ASTContext &Ctx, in findInstantiationOf() function
6116 if (auto Found = CurrentInstantiationScope->findInstantiationOf(D)) { in FindInstantiatedDecl()
6323 Result = findInstantiationOf(Context, D, Found.begin(), Found.end()); in FindInstantiatedDecl()
6333 Result = findInstantiationOf(Context, D, in FindInstantiatedDecl()
H A DSemaTemplateInstantiate.cpp2347 = getSema().CurrentInstantiationScope->findInstantiationOf(PD); in TransformFunctionParmPackRefExpr()
4354 LocalInstantiationScope::findInstantiationOf(const Decl *D) { in findInstantiationOf() function in LocalInstantiationScope
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplate.h516 findInstantiationOf(const Decl *D);