Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h979 bool ProcessingUpdateRecords = false; variable
1253 : Reader(reader), PrevState(Reader.ProcessingUpdateRecords) { in ProcessingUpdatesRAIIObj()
1254 Reader.ProcessingUpdateRecords = true; in ProcessingUpdatesRAIIObj()
1260 ~ProcessingUpdatesRAIIObj() { Reader.ProcessingUpdateRecords = PrevState; } in ~ProcessingUpdatesRAIIObj()
2366 bool isProcessingUpdateRecords() { return ProcessingUpdateRecords; } in isProcessingUpdateRecords()