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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h522 llvm::SmallMapVector<Decl *, FunctionDecl *, 4> PendingExceptionSpecUpdates; member in class:clang::ASTReader
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp3596 Reader.PendingExceptionSpecUpdates.insert(
4581 Reader.PendingExceptionSpecUpdates.insert(
H A DASTReader.cpp11376 while (!PendingExceptionSpecUpdates.empty() ||
11378 auto ESUpdates = std::move(PendingExceptionSpecUpdates);
11379 PendingExceptionSpecUpdates.clear();

Completed in 105 milliseconds