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

  /src/external/apache2/llvm/dist/clang/include/clang/Serialization/
ASTReader.h 1109 std::deque<PendingDeclContextInfo> PendingDeclContextInfos;
1449 PendingDeclContextInfos.push_back(Info);
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReader.cpp 9161 !PendingMacroIDs.empty() || !PendingDeclContextInfos.empty() ||
9239 while (!PendingDeclContextInfos.empty()) {
9240 PendingDeclContextInfo Info = PendingDeclContextInfos.front();
9241 PendingDeclContextInfos.pop_front();

Completed in 33 milliseconds