Searched refs:PendingUpdateRecords (Results 1 – 3 of 3) sorted by relevance
3663 PendingUpdateRecords.push_back( in ReadASTBlock()3676 PendingUpdateRecords.push_back( in ReadASTBlock()3691 PendingUpdateRecords.push_back( in ReadASTBlock()3704 PendingUpdateRecords.push_back( in ReadASTBlock()3717 PendingUpdateRecords.push_back( in ReadASTBlock()4080 PendingUpdateRecords.push_back( in ReadASTBlock()10271 !PendingUpdateRecords.empty() || in finishPendingActions()10368 while (!PendingUpdateRecords.empty()) { in finishPendingActions()10369 auto Update = PendingUpdateRecords.pop_back_val(); in finishPendingActions()10576 assert(PendingUpdateRecords.empty() && in finishPendingActions()
4281 PendingUpdateRecords.push_back( in ReadDeclRecord()
596 llvm::SmallVector<PendingUpdateRecord, 16> PendingUpdateRecords; variable