Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/Serialization/
H A DASTReader.h961 bool ProcessingUpdateRecords = false; variable
1216 : Reader(reader), PrevState(Reader.ProcessingUpdateRecords) { in ProcessingUpdatesRAIIObj()
1217 Reader.ProcessingUpdateRecords = true; in ProcessingUpdatesRAIIObj()
1223 ~ProcessingUpdatesRAIIObj() { Reader.ProcessingUpdateRecords = PrevState; } in ~ProcessingUpdatesRAIIObj()
2329 bool isProcessingUpdateRecords() { return ProcessingUpdateRecords; } in isProcessingUpdateRecords()