Home
last modified time | relevance | path

Searched refs:PendingUpdateRecords (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/include/clang/Serialization/
DASTReader.h510 llvm::SmallVector<PendingUpdateRecord, 16> PendingUpdateRecords; variable
/external/clang/include/clang/Serialization/
DASTReader.h464 PendingUpdateRecords; variable
/external/clang/lib/Serialization/
DASTReader.cpp2642 PendingUpdateRecords.push_back(std::make_pair(ID, D)); in ReadASTBlock()
3035 PendingUpdateRecords.push_back(std::make_pair(ID, D)); in ReadASTBlock()
8307 !PendingUpdateRecords.empty()) { in finishPendingActions()
8379 while (!PendingUpdateRecords.empty()) { in finishPendingActions()
8380 auto Update = PendingUpdateRecords.pop_back_val(); in finishPendingActions()
DASTReaderDecl.cpp3466 PendingUpdateRecords.push_back(std::make_pair(ID, D)); in ReadDeclRecord()
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp3153 PendingUpdateRecords.push_back( in ReadASTBlock()
3533 PendingUpdateRecords.push_back( in ReadASTBlock()
9299 !PendingUpdateRecords.empty()) { in finishPendingActions()
9385 while (!PendingUpdateRecords.empty()) { in finishPendingActions()
9386 auto Update = PendingUpdateRecords.pop_back_val(); in finishPendingActions()
DASTReaderDecl.cpp4095 PendingUpdateRecords.push_back( in ReadDeclRecord()