Home
last modified time | relevance | path

Searched defs:interfaceProp (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/ets/
DassignAnalyzer.cpp1303 std::string interfaceProp = std::string("<property>") + std::string(methodName.Utf8()); in CheckInterfaceProp() local
1349 … if (const auto *interfaceProp = CheckInterfaceProp(ret, classDef_); interfaceProp != nullptr) { in GetDeclaringNode() local
Dhelpers.cpp2894 ir::ClassProperty *GetImplementationClassProp(ETSChecker *checker, ir::ClassProperty *interfaceProp, in GetImplementationClassProp()
2960 auto *interfaceProp = originalProp->Clone(ProgramAllocator(), originalProp->Parent()); in GenerateGetterSetterPropertyAndMethod() local
/arkcompiler/ets_frontend/ets2panda/linter/src/lib/autofixes/
DAutofixer.ts1955 const interfaceProp = this.getInterfacePropertyFromObjectLiteralElement(prop, enclosingStmt); constant