Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1092 PendingIdentifierInfos; variable
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp8964 PendingIdentifierInfos[II].append(DeclIDs.begin(), DeclIDs.end()); in SetGloballyVisibleDecls()
9706 !PendingIdentifierInfos.empty() || !PendingDeducedFunctionTypes.empty() || in finishPendingActions()
9717 while (!PendingIdentifierInfos.empty()) { in finishPendingActions()
9718 IdentifierInfo *II = PendingIdentifierInfos.back().first; in finishPendingActions()
9720 std::move(PendingIdentifierInfos.back().second); in finishPendingActions()
9721 PendingIdentifierInfos.pop_back(); in finishPendingActions()