Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h1048 PendingIdentifierInfos; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp8468 PendingIdentifierInfos[II].append(DeclIDs.begin(), DeclIDs.end()); in SetGloballyVisibleDecls()
9159 while (!PendingIdentifierInfos.empty() || !PendingFunctionTypes.empty() || in finishPendingActions()
9169 while (!PendingIdentifierInfos.empty()) { in finishPendingActions()
9170 IdentifierInfo *II = PendingIdentifierInfos.back().first; in finishPendingActions()
9172 std::move(PendingIdentifierInfos.back().second); in finishPendingActions()
9173 PendingIdentifierInfos.pop_back(); in finishPendingActions()