Searched refs:PendingExceptionSpecUpdates (Results 1 – 3 of 3) sorted by relevance
608 llvm::SmallMapVector<Decl *, FunctionDecl *, 4> PendingExceptionSpecUpdates; variable
3685 Reader.PendingExceptionSpecUpdates.insert( in attachPreviousDeclImpl()4873 Reader.PendingExceptionSpecUpdates.insert( in UpdateDecl()
10918 while (!PendingExceptionSpecUpdates.empty() || in FinishedDeserializing()10921 auto ESUpdates = std::move(PendingExceptionSpecUpdates); in FinishedDeserializing()10922 PendingExceptionSpecUpdates.clear(); in FinishedDeserializing()