Searched refs:PendingUpdateRecords (Results 1 – 3 of 3) sorted by relevance
529 llvm::SmallVector<PendingUpdateRecord, 16> PendingUpdateRecords; variable
2891 PendingUpdateRecords.push_back( in ReadASTBlock()3267 PendingUpdateRecords.push_back( in ReadASTBlock()9247 !PendingUpdateRecords.empty()) { in finishPendingActions()9333 while (!PendingUpdateRecords.empty()) { in finishPendingActions()9334 auto Update = PendingUpdateRecords.pop_back_val(); in finishPendingActions()
3897 PendingUpdateRecords.push_back( in ReadDeclRecord()