Home
last modified time | relevance | path

Searched refs:CheckExceptionOrErrorType (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/
DETSchecker.h546 ETSObjectType *CheckExceptionOrErrorType(checker::Type *type, lexer::SourcePosition pos);
DETSAnalyzer.cpp54 …exceptionType = checker->CheckExceptionOrErrorType(catchParamAnnotationType, st->Param()->Start()); in Check()
2383 checker->CheckExceptionOrErrorType(argType, st->Start()); in Check()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp1113 ETSObjectType *ETSChecker::CheckExceptionOrErrorType(checker::Type *type, const lexer::SourcePositi… in CheckExceptionOrErrorType() function in panda::es2panda::checker::ETSChecker