Searched refs:PendingExceptionSpecUpdates (Results 1 – 3 of 3) sorted by relevance
528 llvm::SmallMapVector<Decl *, FunctionDecl *, 4> PendingExceptionSpecUpdates; variable
3403 Reader.PendingExceptionSpecUpdates.insert( in attachPreviousDeclImpl()4420 Reader.PendingExceptionSpecUpdates.insert( in UpdateDecl()
11367 while (!PendingExceptionSpecUpdates.empty() || in FinishedDeserializing()11369 auto ESUpdates = std::move(PendingExceptionSpecUpdates); in FinishedDeserializing()11370 PendingExceptionSpecUpdates.clear(); in FinishedDeserializing()