Home | History | Annotate | Download | only in Support

Lines Matching refs:SK

742     SimpleKey SK;
743 SK.Tok = TokenQueue.front();
744 if (std::find(SimpleKeys.begin(), SimpleKeys.end(), SK)
937 SimpleKey SK;
938 SK.Tok = Tok;
939 SK.Line = Line;
940 SK.Column = AtColumn;
941 SK.IsRequired = IsRequired;
942 SK.FlowLevel = FlowLevel;
943 SimpleKeys.push_back(SK);
1171 SimpleKey SK = SimpleKeys.pop_back_val();
1174 T.Range = SK.Tok->Range;
1177 if (i == SK.Tok)
1184 rollIndent(SK.Column, Token::TK_BlockMappingStart, i);