Searched refs:PendingExceptionSpecUpdates (Results 1 – 3 of 3) sorted by relevance
470 llvm::SmallMapVector<Decl *, FunctionDecl *, 4> PendingExceptionSpecUpdates; variable
2969 Reader.PendingExceptionSpecUpdates.insert( in attachPreviousDeclImpl()3741 Reader.PendingExceptionSpecUpdates.insert( in UpdateDecl()
8580 while (!PendingExceptionSpecUpdates.empty()) { in FinishedDeserializing()8581 auto Updates = std::move(PendingExceptionSpecUpdates); in FinishedDeserializing()8582 PendingExceptionSpecUpdates.clear(); in FinishedDeserializing()