Searched refs:PendingExceptionSpecUpdates (Results 1 – 3 of 3) sorted by relevance
453 llvm::SmallMapVector<Decl *, FunctionDecl *, 4> PendingExceptionSpecUpdates; variable
2887 Reader.PendingExceptionSpecUpdates.insert( in attachPreviousDeclImpl()3774 Reader.PendingExceptionSpecUpdates.insert( in UpdateDecl()
8645 while (!PendingExceptionSpecUpdates.empty()) { in FinishedDeserializing()8646 auto Updates = std::move(PendingExceptionSpecUpdates); in FinishedDeserializing()8647 PendingExceptionSpecUpdates.clear(); in FinishedDeserializing()