Searched refs:PendingExceptionSpecUpdates (Results 1 – 3 of 3) sorted by relevance
476 llvm::SmallMapVector<Decl *, FunctionDecl *, 4> PendingExceptionSpecUpdates; variable
3084 Reader.PendingExceptionSpecUpdates.insert( in attachPreviousDeclImpl()3887 Reader.PendingExceptionSpecUpdates.insert( in UpdateDecl()
8636 while (!PendingExceptionSpecUpdates.empty()) { in FinishedDeserializing()8637 auto Updates = std::move(PendingExceptionSpecUpdates); in FinishedDeserializing()8638 PendingExceptionSpecUpdates.clear(); in FinishedDeserializing()