Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTReader.h516 llvm::SmallVector<PendingUpdateRecord, 16> PendingUpdateRecords; variable
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTReader.cpp3235 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()
H A DASTReaderDecl.cpp3880 PendingUpdateRecords.push_back( in ReadDeclRecord()