Home | History | Annotate | Download | only in Lex

Lines Matching defs:Recording

292       Recording = 1,
299 void startRecording() { ConditionalStackState = Recording; }
301 bool isRecording() const { return ConditionalStackState == Recording; }