Home
last modified time | relevance | path

Searched refs:PendingDeclContextInfos (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/include/clang/Serialization/
DASTReader.h1105 std::deque<PendingDeclContextInfo> PendingDeclContextInfos; variable
1443 PendingDeclContextInfos.push_back(Info); in addPendingDeclContextInfo()
/external/clang/include/clang/Serialization/
DASTReader.h972 std::deque<PendingDeclContextInfo> PendingDeclContextInfos; variable
1265 PendingDeclContextInfos.push_back(Info); in addPendingDeclContextInfo()
/external/clang/lib/Serialization/
DASTReader.cpp8306 !PendingMacroIDs.empty() || !PendingDeclContextInfos.empty() || in finishPendingActions()
8370 while (!PendingDeclContextInfos.empty()) { in finishPendingActions()
8371 PendingDeclContextInfo Info = PendingDeclContextInfos.front(); in finishPendingActions()
8372 PendingDeclContextInfos.pop_front(); in finishPendingActions()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp9298 !PendingMacroIDs.empty() || !PendingDeclContextInfos.empty() || in finishPendingActions()
9376 while (!PendingDeclContextInfos.empty()) { in finishPendingActions()
9377 PendingDeclContextInfo Info = PendingDeclContextInfos.front(); in finishPendingActions()
9378 PendingDeclContextInfos.pop_front(); in finishPendingActions()