reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
2088 if ( t.Kind == Token::TK_BlockEnd 2089 || t.Kind == Token::TK_FlowMappingEnd 2090 || t.Kind == Token::TK_Key 2091 || t.Kind == Token::TK_FlowEntry 2092 || t.Kind == Token::TK_Error) { 2096 if (t.Kind != Token::TK_Value) { 2097 setError("Unexpected token in Key Value.", t);