HomeSort by: relevance | last modified time | path
    Searched refs:PendingExceptionSpecUpdates (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTReader.h 527 llvm::SmallMapVector<Decl *, FunctionDecl *, 4> PendingExceptionSpecUpdates;
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderDecl.cpp 3629 Reader.PendingExceptionSpecUpdates.insert(
4637 Reader.PendingExceptionSpecUpdates.insert(
ASTReader.cpp 11555 while (!PendingExceptionSpecUpdates.empty() ||
11557 auto ESUpdates = std::move(PendingExceptionSpecUpdates);
11558 PendingExceptionSpecUpdates.clear();

Completed in 72 milliseconds