Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Serialization/
H A DASTReader.h1093 std::deque<PendingDeclContextInfo> PendingDeclContextInfos; variable
1434 PendingDeclContextInfos.push_back(Info); in addPendingDeclContextInfo()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Serialization/
H A DASTReader.cpp9246 !PendingMacroIDs.empty() || !PendingDeclContextInfos.empty() || in finishPendingActions()
9324 while (!PendingDeclContextInfos.empty()) { in finishPendingActions()
9325 PendingDeclContextInfo Info = PendingDeclContextInfos.front(); in finishPendingActions()
9326 PendingDeclContextInfos.pop_front(); in finishPendingActions()