Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3663 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()
H A DASTReaderDecl.cpp4281 PendingUpdateRecords.push_back( in ReadDeclRecord()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h596 llvm::SmallVector<PendingUpdateRecord, 16> PendingUpdateRecords; variable