Searched refs:PendingExceptionSpecUpdates (Results 1 – 3 of 3) sorted by relevance
546 llvm::SmallMapVector<Decl *, FunctionDecl *, 4> PendingExceptionSpecUpdates; variable
3660 Reader.PendingExceptionSpecUpdates.insert( in attachPreviousDeclImpl()4672 Reader.PendingExceptionSpecUpdates.insert( in UpdateDecl()
10098 while (!PendingExceptionSpecUpdates.empty() || in FinishedDeserializing()10100 auto ESUpdates = std::move(PendingExceptionSpecUpdates); in FinishedDeserializing()10101 PendingExceptionSpecUpdates.clear(); in FinishedDeserializing()