Searched refs:IDENTIFIER (Results 1 - 4 of 4) sorted by relevance
/foundation/ability/idl_tool/parser/ |
H A D | parser.cpp | 111 LogError(Token::IDENTIFIER, in ParseInterface() 123 LogError(Token::IDENTIFIER, String("\"]\" is expected.")); in ParseInterface() 135 LogError(Token::IDENTIFIER, String("\"interface\" is expected.")); in ParseInterface() 152 if (token != Token::IDENTIFIER) { in ParseInterfaceMiddle() 168 LogError(Token::IDENTIFIER, String("Interface name is expected.")); in ParseInterfaceMiddle() 171 LogError(Token::IDENTIFIER, String::Format("Interface name \"%s\" is illegal.", interfaceFullName.string())); in ParseInterfaceMiddle() 175 LogError(Token::IDENTIFIER, String::Format("Interface name \"%s\" does not have namespace.", in ParseInterfaceMiddle() 199 LogError(Token::IDENTIFIER, String("Interface forward declaration should not have properties.")); in ParseInterfaceEnd() 207 LogError(Token::IDENTIFIER, String::Format("Module name \"%s\" is not equal to interface name \"%s\".", in ParseInterfaceEnd() 243 LogError(Token::IDENTIFIER, Strin in ParseMethodProperties() [all...] |
H A D | token.h | 56 IDENTIFIER, member in OHOS::Idl::Token
|
H A D | lexer.cpp | 167 currentToken_ = Token::IDENTIFIER; in ReadIdentifier() 308 case Token::IDENTIFIER: in DumpTokenSecond()
|
/foundation/ability/idl_tool/test/unittest/lexer_test/ |
H A D | lexer_test.cpp | 236 Token token = Token::IDENTIFIER; in HWTEST_F()
|
Completed in 3 milliseconds