Searched refs:ThrowRedeclaration (Results 1 - 7 of 7) sorted by relevance
/arkcompiler/ets_frontend/es2panda/binder/ |
H A D | binder.h | 96 [[noreturn]] void ThrowRedeclaration(const lexer::SourcePosition &pos, const util::StringView &name); 303 ThrowRedeclaration(pos, decl->Name()); in AddTsDecl() 321 ThrowRedeclaration(pos, decl->Name()); in AddTsDecl() 338 ThrowRedeclaration(pos, decl->Name()); in AddDecl() 356 ThrowRedeclaration(pos, decl->Name()); in AddDecl()
|
H A D | binder.cpp | 86 ThrowRedeclaration(node->Start(), decl->Name()); in AddParamDecl() 89 void Binder::ThrowRedeclaration(const lexer::SourcePosition &pos, const util::StringView &name) in ThrowRedeclaration() function in panda::es2panda::binder::Binder
|
/arkcompiler/ets_frontend/ets2panda/varbinder/ |
H A D | varbinder.h | 155 [[noreturn]] void ThrowRedeclaration(const lexer::SourcePosition &pos, const util::StringView &name) const; 370 ThrowRedeclaration(pos, decl->Name()); in AddTsDecl() 382 ThrowRedeclaration(pos, decl->Name()); in AddDecl() 395 ThrowRedeclaration(pos, decl->Name()); in NewVarDecl()
|
H A D | varbinder.cpp | 85 ThrowRedeclaration(node->Start(), decl->Name()); in AddParamDecl() 88 void VarBinder::ThrowRedeclaration(const lexer::SourcePosition &pos, const util::StringView &name) const in ThrowRedeclaration() function in ark::es2panda::varbinder::VarBinder
|
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/scopesInit/ |
H A D | scopesInitPhase.cpp | 543 VarBinder()->ThrowRedeclaration(ident->Start(), ident->Name()); in VisitTSInterfaceDeclaration() 598 VarBinder()->ThrowRedeclaration(loc, enumDecl->Key()->Name()); in VisitTSEnumDeclaration() 682 VarBinder()->ThrowRedeclaration(startLoc, currentDecl->Name()); in CreateFuncDecl() 874 VarBinder()->ThrowRedeclaration(methodName->Start(), methodName->Name()); in DeclareClassMethod() 971 VarBinder()->ThrowRedeclaration(methodName->Start(), res.name); in VisitMethodDefinition()
|
/arkcompiler/ets_frontend/es2panda/parser/ |
H A D | statementParser.cpp | 798 Binder()->ThrowRedeclaration(lexer_->GetToken().Start(), ident); in ParseTsInterfaceDeclaration() 1268 Binder()->ThrowRedeclaration(startLoc, currentDecl->Name()); in AddFunctionToBinder() 1274 Binder()->ThrowRedeclaration(startLoc, currentDecl->Name()); in AddFunctionToBinder()
|
H A D | parserImpl.cpp | 3642 Binder()->ThrowRedeclaration(lexer_->GetToken().Start(), ident); in ParseEnumDeclaration()
|
Completed in 19 milliseconds