Lines Matching defs:SK
902 SimpleKey SK;
903 SK.Tok = TokenQueue.begin();
904 if (!is_contained(SimpleKeys, SK))
1090 SimpleKey SK;
1091 SK.Tok = Tok;
1092 SK.Line = Line;
1093 SK.Column = AtColumn;
1094 SK.IsRequired = IsRequired;
1095 SK.FlowLevel = FlowLevel;
1096 SimpleKeys.push_back(SK);
1344 SimpleKey SK = SimpleKeys.pop_back_val();
1347 T.Range = SK.Tok->Range;
1350 if (i == SK.Tok)
1360 rollIndent(SK.Column, Token::TK_BlockMappingStart, i);