Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1145 std::deque<PendingDeclContextInfo> PendingDeclContextInfos; variable
1519 PendingDeclContextInfos.push_back(Info); in addPendingDeclContextInfo()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp9654 !PendingDeclContextInfos.empty() || !PendingUpdateRecords.empty() || in finishPendingActions()
9749 while (!PendingDeclContextInfos.empty()) { in finishPendingActions()
9750 PendingDeclContextInfo Info = PendingDeclContextInfos.front(); in finishPendingActions()
9751 PendingDeclContextInfos.pop_front(); in finishPendingActions()