Home | History | Annotate | Download | only in Lex

Lines Matching defs:Recording

289       Recording = 1,
296 void startRecording() { ConditionalStackState = Recording; }
298 bool isRecording() const { return ConditionalStackState == Recording; }