Searched refs:TOKEN_SEMI_COLON (Results 1 – 2 of 2) sorted by relevance
155 TOKEN_SEMI_COLON, enumerator516 { "|", TOKEN_VERTICAL_BAR }, { ";", TOKEN_SEMI_COLON }, in advanceToken()720 case TOKEN_SEMI_COLON: in getTokenName()873 advanceToken(TOKEN_SEMI_COLON); // end of declaration in parseValue()
356 TOKEN_SEMI_COLON, enumerator734 { ";", TOKEN_SEMI_COLON }, in advanceToken()873 case TOKEN_SEMI_COLON: return ";"; in getTokenName()1066 advanceToken(TOKEN_SEMI_COLON); // end of declaration in parseValue()