Home
last modified time | relevance | path

Searched refs:IDENTIFIER (Results 1 - 4 of 4) sorted by relevance

/foundation/ability/idl_tool/parser/
H A Dparser.cpp111 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 Dtoken.h56 IDENTIFIER, member in OHOS::Idl::Token
H A Dlexer.cpp167 currentToken_ = Token::IDENTIFIER; in ReadIdentifier()
308 case Token::IDENTIFIER: in DumpTokenSecond()
/foundation/ability/idl_tool/test/unittest/lexer_test/
H A Dlexer_test.cpp236 Token token = Token::IDENTIFIER; in HWTEST_F()

Completed in 3 milliseconds