Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h1004 bool ProcessingUpdateRecords = false; variable
1274 : Reader(reader), PrevState(Reader.ProcessingUpdateRecords) { in ProcessingUpdatesRAIIObj()
1275 Reader.ProcessingUpdateRecords = true; in ProcessingUpdatesRAIIObj()
1281 ~ProcessingUpdatesRAIIObj() { Reader.ProcessingUpdateRecords = PrevState; } in ~ProcessingUpdatesRAIIObj()
2438 bool isProcessingUpdateRecords() { return ProcessingUpdateRecords; } in isProcessingUpdateRecords()