Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp2602 auto OldLookup = D->lookup(DN); in VisitOMPDeclareReductionDecl() local
2604 if (!OldLookup.empty() && !Lookup.empty()) { in VisitOMPDeclareReductionDecl()
2605 assert(Lookup.size() == 1 && OldLookup.size() == 1); in VisitOMPDeclareReductionDecl()
2606 SemaRef.CurrentInstantiationScope->InstantiatedLocal(OldLookup.front(), in VisitOMPDeclareReductionDecl()
2619 auto OldLookup = D->lookup(DN); in VisitOMPDeclareReductionDecl() local
2621 if (!OldLookup.empty() && !Lookup.empty()) { in VisitOMPDeclareReductionDecl()
2622 assert(Lookup.size() == 1 && OldLookup.size() == 1); in VisitOMPDeclareReductionDecl()
2624 OldLookup.front(), Lookup.front()); in VisitOMPDeclareReductionDecl()