Searched refs:findInstantiationOf (Results 1 – 4 of 4) sorted by relevance
332 findInstantiationOf(const Decl *D);
578 = CurrentInstantiationScope->findInstantiationOf( in CheckParameterPacksForExpansion()669 = CurrentInstantiationScope->findInstantiationOf( in getNumArgumentsInExpansion()
2584 SemaRef.CurrentInstantiationScope->findInstantiationOf(PrevDeclInScope) in VisitOMPDeclareReductionDecl()4568 static NamedDecl *findInstantiationOf(ASTContext &Ctx, in findInstantiationOf() function4646 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()
1249 = getSema().CurrentInstantiationScope->findInstantiationOf(PD); in TransformFunctionParmPackRefExpr()2765 LocalInstantiationScope::findInstantiationOf(const Decl *D) { in findInstantiationOf() function in LocalInstantiationScope