Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h1109 std::deque<PendingDeclContextInfo> PendingDeclContextInfos; variable
1449 PendingDeclContextInfos.push_back(Info); in addPendingDeclContextInfo()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp9161 !PendingMacroIDs.empty() || !PendingDeclContextInfos.empty() || in finishPendingActions()
9239 while (!PendingDeclContextInfos.empty()) { in finishPendingActions()
9240 PendingDeclContextInfo Info = PendingDeclContextInfos.front(); in finishPendingActions()
9241 PendingDeclContextInfos.pop_front(); in finishPendingActions()