Searched refs:PendingUpdateRecords (Results 1 – 3 of 3) sorted by relevance
535 llvm::SmallVector<PendingUpdateRecord, 16> PendingUpdateRecords; variable
3440 PendingUpdateRecords.push_back( in ReadASTBlock()3800 PendingUpdateRecords.push_back( in ReadASTBlock()9709 !PendingDeclContextInfos.empty() || !PendingUpdateRecords.empty() || in finishPendingActions()9813 while (!PendingUpdateRecords.empty()) { in finishPendingActions()9814 auto Update = PendingUpdateRecords.pop_back_val(); in finishPendingActions()
4180 PendingUpdateRecords.push_back( in ReadDeclRecord()