Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h534 llvm::SmallVector<PendingUpdateRecord, 16> PendingUpdateRecords; variable
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp3226 PendingUpdateRecords.push_back( in ReadASTBlock()
3611 PendingUpdateRecords.push_back( in ReadASTBlock()
9263 !PendingUpdateRecords.empty() || in finishPendingActions()
9350 while (!PendingUpdateRecords.empty()) { in finishPendingActions()
9351 auto Update = PendingUpdateRecords.pop_back_val(); in finishPendingActions()
H A DASTReaderDecl.cpp3979 PendingUpdateRecords.push_back( in ReadDeclRecord()