Home
last modified time | relevance | path

Searched refs:DumpToken (Results 1 - 3 of 3) sorted by relevance

/foundation/ability/idl_tool/parser/
H A Dparser.cpp77 LogError(token, String::Format("%s is not expected.", lexer_.DumpToken().string())); in ParseFile()
112 String::Format("\"%s\" is an illegal interface property.", lexer_.DumpToken().string())); in ParseInterface()
153 LogError(token, String::Format("%s is not expected.", lexer_.DumpToken().string())); in ParseInterfaceMiddle()
162 LogError(token, String::Format("%s is not expected.", lexer_.DumpToken().string())); in ParseInterfaceMiddle()
244 lexer_.DumpToken().string())); in ParseMethodProperties()
541 type = module_->FindType(lexer_.DumpToken()); in ParseType()
560 LogError(token, String::Format("Type \"%s\" was not declared in the module.", lexer_.DumpToken().string())); in ParseType()
685 LogError(token, String::Format("%s is not expected.", lexer_.DumpToken().string())); in ParseSequenceable()
695 LogError(token, String::Format("%s is not expected.", lexer_.DumpToken().string())); in ParseSequenceable()
H A Dlexer.h62 String DumpToken() const;
H A Dlexer.cpp266 String Lexer::DumpToken() const in DumpToken() function in OHOS::Idl::Lexer

Completed in 3 milliseconds