Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTReader.h1110 std::deque<PendingDeclContextInfo> PendingDeclContextInfos; variable
1470 PendingDeclContextInfos.push_back(Info); in addPendingDeclContextInfo()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp9237 !PendingMacroIDs.empty() || !PendingDeclContextInfos.empty() || in finishPendingActions()
9316 while (!PendingDeclContextInfos.empty()) { in finishPendingActions()
9317 PendingDeclContextInfo Info = PendingDeclContextInfos.front(); in finishPendingActions()
9318 PendingDeclContextInfos.pop_front(); in finishPendingActions()