Lines Matching refs:IsSequence
427 bool scanFlowCollectionStart(bool IsSequence);
430 bool scanFlowCollectionEnd(bool IsSequence);
1098 bool Scanner::scanFlowCollectionStart(bool IsSequence) {
1100 T.Kind = IsSequence ? Token::TK_FlowSequenceStart
1115 bool Scanner::scanFlowCollectionEnd(bool IsSequence) {
1119 T.Kind = IsSequence ? Token::TK_FlowSequenceEnd