Home
last modified time | relevance | path

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

/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()