Home
last modified time | relevance | path

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

/external/clang/lib/Serialization/
DASTReader.cpp7431 PendingIdentifierInfos[II].append(DeclIDs.begin(), DeclIDs.end()); in SetGloballyVisibleDecls()
8304 while (!PendingIdentifierInfos.empty() || in finishPendingActions()
8314 while (!PendingIdentifierInfos.empty()) { in finishPendingActions()
8315 IdentifierInfo *II = PendingIdentifierInfos.back().first; in finishPendingActions()
8317 std::move(PendingIdentifierInfos.back().second); in finishPendingActions()
8318 PendingIdentifierInfos.pop_back(); in finishPendingActions()
/external/llvm-project/clang/include/clang/Serialization/
DASTReader.h1044 PendingIdentifierInfos; variable
/external/clang/include/clang/Serialization/
DASTReader.h931 PendingIdentifierInfos; variable
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp8435 PendingIdentifierInfos[II].append(DeclIDs.begin(), DeclIDs.end()); in SetGloballyVisibleDecls()
9296 while (!PendingIdentifierInfos.empty() || !PendingFunctionTypes.empty() || in finishPendingActions()
9306 while (!PendingIdentifierInfos.empty()) { in finishPendingActions()
9307 IdentifierInfo *II = PendingIdentifierInfos.back().first; in finishPendingActions()
9309 std::move(PendingIdentifierInfos.back().second); in finishPendingActions()
9310 PendingIdentifierInfos.pop_back(); in finishPendingActions()