Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/Serialization/
HDASTReader.h1092 PendingIdentifierInfos; variable
/freebsd-head/contrib/llvm-project/clang/lib/Serialization/
HDASTReader.cpp8909 PendingIdentifierInfos[II].append(DeclIDs.begin(), DeclIDs.end()); in SetGloballyVisibleDecls()
9651 !PendingIdentifierInfos.empty() || !PendingDeducedFunctionTypes.empty() || in finishPendingActions()
9662 while (!PendingIdentifierInfos.empty()) { in finishPendingActions()
9663 IdentifierInfo *II = PendingIdentifierInfos.back().first; in finishPendingActions()
9665 std::move(PendingIdentifierInfos.back().second); in finishPendingActions()
9666 PendingIdentifierInfos.pop_back(); in finishPendingActions()