Searched refs:PendingQueries (Results 1 – 2 of 2) sorted by relevance
942 if (!MII->second.PendingQueries.empty()) in replace()983 if (!I->second.PendingQueries.empty()) in getRequestedSymbols()1061 for (auto &Q : MI.PendingQueries) { in resolve()1121 for (auto &Q : DependantMI.PendingQueries) { in finalize()1143 for (auto &Q : MI.PendingQueries) { in finalize()1190 for (auto &Q : MII->second.PendingQueries) in notifyFailed()1196 assert(MII->second.PendingQueries.empty() && in notifyFailed()1346 MI.PendingQueries.push_back(Q); in lodgeQueryImpl()1467 MI.PendingQueries.push_back(Q); in lookupImpl()1506 << " " << KV.second.PendingQueries.size() in dump()[all …]
670 AsynchronousSymbolQueryList PendingQueries; member