Home
last modified time | relevance | path

Searched defs:accessibility (Results 1 – 5 of 5) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsParameterProperty.h27 …explicit TSParameterProperty(AccessibilityOption accessibility, Expression *parameter, bool readon… in TSParameterProperty()
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsParameterProperty.h36 …explicit TSParameterProperty(AccessibilityOption accessibility, Expression *parameter, bool readon… in TSParameterProperty()
/arkcompiler/runtime_core/static_core/plugins/ets/tools/declgen_ts2sts/
Deslint.config.mjs131 accessibility: 'no-public' property
/arkcompiler/ets_frontend/ets2panda/linter/
Deslint.config.mjs231 accessibility: 'no-public' property
/arkcompiler/ets_frontend/es2panda/parser/
DparserImpl.cpp4195 auto accessibility = ir::AccessibilityOption::NO_OPTS; in CreateTsParameterProperty() local