Lines Matching refs:IDENTIFIER
111 LogError(Token::IDENTIFIER,
123 LogError(Token::IDENTIFIER, String("\"]\" is expected."));
135 LogError(Token::IDENTIFIER, String("\"interface\" is expected."));
152 if (token != Token::IDENTIFIER) {
168 LogError(Token::IDENTIFIER, String("Interface name is expected."));
171 LogError(Token::IDENTIFIER, String::Format("Interface name \"%s\" is illegal.", interfaceFullName.string()));
175 LogError(Token::IDENTIFIER, String::Format("Interface name \"%s\" does not have namespace.",
199 LogError(Token::IDENTIFIER, String("Interface forward declaration should not have properties."));
207 LogError(Token::IDENTIFIER, String::Format("Module name \"%s\" is not equal to interface name \"%s\".",
243 LogError(Token::IDENTIFIER, String::Format("\"%s\" is an illegal method property.",
269 LogError(Token::IDENTIFIER, String("\"]\" is expected."));
315 if (token != Token::IDENTIFIER) {
516 if (token != Token::IDENTIFIER) {
546 } else if (token == Token::IDENTIFIER) {
684 if (token != Token::IDENTIFIER) {
704 LogError(Token::IDENTIFIER, String("Class name is expected."));
707 LogError(Token::IDENTIFIER, String::Format("Class name \"%s\" is illegal.", classFullName.string()));