Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h992 bool ProcessingUpdateRecords = false; variable
1277 : Reader(reader), PrevState(Reader.ProcessingUpdateRecords) { in ProcessingUpdatesRAIIObj()
1278 Reader.ProcessingUpdateRecords = true; in ProcessingUpdatesRAIIObj()
1284 ~ProcessingUpdatesRAIIObj() { Reader.ProcessingUpdateRecords = PrevState; } in ~ProcessingUpdatesRAIIObj()
2408 bool isProcessingUpdateRecords() { return ProcessingUpdateRecords; } in isProcessingUpdateRecords()