Searched refs:PendingUpdateRecords (Results 1 – 3 of 3) sorted by relevance
516 llvm::SmallVector<PendingUpdateRecord, 16> PendingUpdateRecords; variable
3235 PendingUpdateRecords.push_back( in ReadASTBlock()3615 PendingUpdateRecords.push_back( in ReadASTBlock()9238 !PendingUpdateRecords.empty() || in finishPendingActions()9325 while (!PendingUpdateRecords.empty()) { in finishPendingActions()9326 auto Update = PendingUpdateRecords.pop_back_val(); in finishPendingActions()
3880 PendingUpdateRecords.push_back( in ReadDeclRecord()