Home
last modified time | relevance | path

Searched refs:PendingExceptionSpecUpdates (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h546 llvm::SmallMapVector<Decl *, FunctionDecl *, 4> PendingExceptionSpecUpdates; variable
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReaderDecl.cpp3492 Reader.PendingExceptionSpecUpdates.insert( in attachPreviousDeclImpl()
4518 Reader.PendingExceptionSpecUpdates.insert( in UpdateDecl()
H A DASTReader.cpp9825 while (!PendingExceptionSpecUpdates.empty() || in FinishedDeserializing()
9827 auto ESUpdates = std::move(PendingExceptionSpecUpdates); in FinishedDeserializing()
9828 PendingExceptionSpecUpdates.clear(); in FinishedDeserializing()