reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/Lex/Preprocessor.h
  446     void startRecording() { ConditionalStackState = Recording; }
  447     void startReplaying() { ConditionalStackState = Replaying; }
  448     bool isRecording() const { return ConditionalStackState == Recording; }
  449     bool isReplaying() const { return ConditionalStackState == Replaying; }
  457       ConditionalStackState = Off;