Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaTemplateVariadic.cpp710 CurrentInstantiationScope->findInstantiationOf( in CheckParameterPacksForExpansion()
828 CurrentInstantiationScope->findInstantiationOf( in getNumArgumentsInExpansion()
H A DSemaTemplateInstantiateDecl.cpp3560 SemaRef.CurrentInstantiationScope->findInstantiationOf(PrevDeclInScope) in VisitOMPDeclareReductionDecl()
3645 SemaRef.CurrentInstantiationScope->findInstantiationOf(PrevDeclInScope) in VisitOMPDeclareMapperDecl()
5961 static NamedDecl *findInstantiationOf(ASTContext &Ctx, in findInstantiationOf() function
6062 if (auto Found = CurrentInstantiationScope->findInstantiationOf(D)) { in FindInstantiatedDecl()
6254 Result = findInstantiationOf(Context, D, Found.begin(), Found.end()); in FindInstantiatedDecl()
6264 Result = findInstantiationOf(Context, D, in FindInstantiatedDecl()
H A DSemaTemplateInstantiate.cpp1951 = getSema().CurrentInstantiationScope->findInstantiationOf(PD); in TransformFunctionParmPackRefExpr()
4014 LocalInstantiationScope::findInstantiationOf(const Decl *D) { in findInstantiationOf() function in LocalInstantiationScope
/openbsd/gnu/llvm/clang/include/clang/Sema/
H A DTemplate.h485 findInstantiationOf(const Decl *D);