Home
last modified time | relevance | path

Searched refs:SetDeclaration (Results 1 - 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DexportDefaultDeclarationBuilder.h29 ExportDefaultDeclarationBuilder &SetDeclaration(AstNode *decl) in SetDeclaration() function in ark::es2panda::ir::ExportDefaultDeclarationBuilder
/arkcompiler/ets_frontend/es2panda/ir/expressions/
H A DarrayExpression.h66 void SetDeclaration() in SetDeclaration() function in panda::es2panda::panda::es2panda::panda::es2panda::ir::ArrayExpression
H A DobjectExpression.h77 void SetDeclaration();
H A DobjectExpression.cpp179 void ObjectExpression::SetDeclaration() in SetDeclaration() function in panda::es2panda::ir::ObjectExpression
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
H A DobjectExpression.h103 void SetDeclaration();
H A DarrayExpression.h87 void SetDeclaration() noexcept
H A DobjectExpression.cpp184 void ObjectExpression::SetDeclaration() in SetDeclaration() function in ark::es2panda::ir::ObjectExpression
/arkcompiler/ets_frontend/ets2panda/test/unit/public/
H A Dast_builder_test.cpp242 ExportDefaultDeclarationBuilder(Allocator()).SetDeclaration(classDecl).SetExportEquals(true).Build(); in TEST_F()
/arkcompiler/ets_frontend/ets2panda/parser/
H A DexpressionParser.cpp215 arrayExpressionNode->SetDeclaration(); in ParseArrayExpression()
2205 objectExpression->SetDeclaration(); in ParseObjectExpression()
/arkcompiler/ets_frontend/es2panda/parser/
H A DexpressionParser.cpp281 arrayExpressionNode->SetDeclaration(); in ParseArrayExpression()
2328 objectExpression->SetDeclaration(); in ParseObjectExpression()

Completed in 11 milliseconds