Searched defs:RaiseError (Results 1 - 2 of 2) sorted by relevance
/arkcompiler/ets_frontend/ets2panda/checker/types/ | ||
H A D | typeRelation.cpp | 199 void TypeRelation::RaiseError(const std::string &errMsg, const lexer::SourcePosition &loc) const in RaiseError() function in ark::es2panda::checker::TypeRelation 204 void TypeRelation::RaiseError(std::initializer_list<TypeErrorMessageElement> list, in RaiseError() function in ark::es2panda::checker::TypeRelation |
/arkcompiler/ets_frontend/es2panda/typescript/types/ | ||
H A D | typeRelation.cpp | 162 void TypeRelation::RaiseError(const std::string &errMsg, const lexer::SourcePosition &loc) const in RaiseError() function in panda::es2panda::checker::TypeRelation 167 void TypeRelation::RaiseError(std::initializer_list<TypeErrorMessageElement> list, in RaiseError() function in panda::es2panda::checker::TypeRelation |
Completed in 2 milliseconds