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.h1267 std::deque<PendingDeclContextInfo> PendingDeclContextInfos; variable
1704 PendingDeclContextInfos.push_back(Info); in addPendingDeclContextInfo()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp10270 !PendingMacroIDs.empty() || !PendingDeclContextInfos.empty() || in finishPendingActions()
10359 while (!PendingDeclContextInfos.empty()) { in finishPendingActions()
10360 PendingDeclContextInfo Info = PendingDeclContextInfos.front(); in finishPendingActions()
10361 PendingDeclContextInfos.pop_front(); in finishPendingActions()
10574 assert(PendingDeclContextInfos.empty() && in finishPendingActions()