Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Serialization/
DASTReader.h956 bool ProcessingUpdateRecords = false; variable
1195 : Reader(reader), PrevState(Reader.ProcessingUpdateRecords) { in ProcessingUpdatesRAIIObj()
1196 Reader.ProcessingUpdateRecords = true; in ProcessingUpdatesRAIIObj()
1202 ~ProcessingUpdatesRAIIObj() { Reader.ProcessingUpdateRecords = PrevState; } in ~ProcessingUpdatesRAIIObj()
2285 bool isProcessingUpdateRecords() { return ProcessingUpdateRecords; } in isProcessingUpdateRecords()