Lines Matching refs:Lookups

15956     SmallVectorImpl<U> &Lookups, const llvm::function_ref<T(ValueDecl *)> Gen) {  in filterLookupForUDReductionAndMapper()  argument
15957 for (U &Set : Lookups) { in filterLookupForUDReductionAndMapper()
15985 SmallVectorImpl<UnresolvedSet<8>> &Lookups) { in argumentDependentLookup() argument
16034 Lookups.emplace_back(); in argumentDependentLookup()
16035 Lookups.back().addDecl(Underlying); in argumentDependentLookup()
16047 SmallVector<UnresolvedSet<8>, 4> Lookups; in buildDeclareReductionRef() local
16058 Lookups.emplace_back(); in buildDeclareReductionRef()
16059 Lookups.back().append(Lookup.begin(), Lookup.end()); in buildDeclareReductionRef()
16064 Lookups.push_back(UnresolvedSet<8>()); in buildDeclareReductionRef()
16068 Lookups.push_back(UnresolvedSet<8>()); in buildDeclareReductionRef()
16070 Lookups.back().addDecl(DRD); in buildDeclareReductionRef()
16077 filterLookupForUDReductionAndMapper<bool>(Lookups, [](ValueDecl *D) { in buildDeclareReductionRef()
16084 for (const UnresolvedSet<8> &Set : Lookups) { in buildDeclareReductionRef()
16119 Lookups.emplace_back(); in buildDeclareReductionRef()
16120 Lookups.back().append(Lookup.begin(), Lookup.end()); in buildDeclareReductionRef()
16126 argumentDependentLookup(SemaRef, ReductionId, Loc, Ty, Lookups); in buildDeclareReductionRef()
16128 Lookups, [&SemaRef, Ty](ValueDecl *D) -> ValueDecl * { in buildDeclareReductionRef()
16138 Lookups, [&SemaRef, Ty, Loc](ValueDecl *D) -> ValueDecl * { in buildDeclareReductionRef()
18808 SmallVector<UnresolvedSet<8>, 4> Lookups; in buildUserDefinedMapperRef() local
18818 Lookups.emplace_back(); in buildUserDefinedMapperRef()
18819 Lookups.back().append(Lookup.begin(), Lookup.end()); in buildUserDefinedMapperRef()
18824 Lookups.push_back(UnresolvedSet<8>()); in buildUserDefinedMapperRef()
18828 Lookups.back().addDecl(DMD); in buildUserDefinedMapperRef()
18836 filterLookupForUDReductionAndMapper<bool>(Lookups, [](ValueDecl *D) { in buildUserDefinedMapperRef()
18843 for (const UnresolvedSet<8> &Set : Lookups) { in buildUserDefinedMapperRef()
18863 argumentDependentLookup(SemaRef, MapperId, Loc, Type, Lookups); in buildUserDefinedMapperRef()
18866 Lookups, [&SemaRef, Type](ValueDecl *D) -> ValueDecl * { in buildUserDefinedMapperRef()
18876 Lookups, [&SemaRef, Type, Loc](ValueDecl *D) -> ValueDecl * { in buildUserDefinedMapperRef()