Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h515 llvm::SmallVector<PendingUpdateRecord, 16> PendingUpdateRecords; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3201 PendingUpdateRecords.push_back( in ReadASTBlock()
3582 PendingUpdateRecords.push_back( in ReadASTBlock()
9191 !PendingUpdateRecords.empty()) { in finishPendingActions()
9277 while (!PendingUpdateRecords.empty()) { in finishPendingActions()
9278 auto Update = PendingUpdateRecords.pop_back_val(); in finishPendingActions()
H A DASTReaderDecl.cpp4130 PendingUpdateRecords.push_back( in ReadDeclRecord()