Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h534 llvm::SmallVector<PendingUpdateRecord, 16> PendingUpdateRecords; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp3415 PendingUpdateRecords.push_back( in ReadASTBlock()
3788 PendingUpdateRecords.push_back( in ReadASTBlock()
9514 !PendingDeclContextInfos.empty() || !PendingUpdateRecords.empty() || in finishPendingActions()
9618 while (!PendingUpdateRecords.empty()) { in finishPendingActions()
9619 auto Update = PendingUpdateRecords.pop_back_val(); in finishPendingActions()
H A DASTReaderDecl.cpp4144 PendingUpdateRecords.push_back( in ReadDeclRecord()