Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/include/clang/Serialization/
H A DASTReader.h515 llvm::SmallVector<PendingUpdateRecord, 16> PendingUpdateRecords; variable
/netbsd/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTReader.cpp3194 PendingUpdateRecords.push_back( in ReadASTBlock()
3575 PendingUpdateRecords.push_back( in ReadASTBlock()
9162 !PendingUpdateRecords.empty()) { in finishPendingActions()
9248 while (!PendingUpdateRecords.empty()) { in finishPendingActions()
9249 auto Update = PendingUpdateRecords.pop_back_val(); in finishPendingActions()
H A DASTReaderDecl.cpp4097 PendingUpdateRecords.push_back( in ReadDeclRecord()