Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/matcher/
DMatchers.ts59 isAbstract?: boolean; property
79 isAbstract?: boolean; property
/arkcompiler/runtime_core/libabckit/tests/ut/metadata_core/inspect_api/methods/
Dmethods_test.cpp568 bool isAbstract = g_implArktsI->functionIsNative(methodArkTS); in TEST_F() local
/arkcompiler/ets_frontend/es2panda/parser/
DstatementParser.cpp678 … ArenaVector<ir::Annotation *> &&annotations, bool isAbstract) in ParseClassStatement()
690bool isAbstract, bool isExported, bool isAnnotation) in ParseClassDeclaration()
DparserImpl.cpp3202 bool isAbstract, bool isAnnotation) in ParseClassDefinition()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dhelpers.cpp758 const bool isAbstract = (flags & ir::ModifierFlags::ABSTRACT) != 0; in CheckAssignForDeclare() local