Home
last modified time | relevance | path

Searched defs:searchFlag (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/statements/
DforOfStatement.cpp155 checker::PropertySearchFlags searchFlag = in CheckIteratorMethodForObject() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp1654 auto searchFlag = GetInitialSearchFlags(memberExpr); in GetSearchFlags() local
1710 … const varbinder::LocalVariable *const prop, PropertySearchFlags searchFlag) in ValidateGetterSetter()
1832 auto searchFlag = GetSearchFlags(memberExpr, targetRef); in ResolveMemberReference() local
1881 PropertySearchFlags const searchFlag, in ResolveMemberReferenceValidate()
1919 … const auto searchFlag = PropertySearchFlags::SEARCH_ALL | PropertySearchFlags::SEARCH_IN_BASE | in CheckValidInheritance() local
2163 …auto searchFlag = PropertySearchFlags::SEARCH_IN_INTERFACES | PropertySearchFlags::SEARCH_IN_BASE | in CheckInvokeMethodsLegitimacy() local
Dhelpers.cpp2497 …PropertySearchFlags searchFlag = PropertySearchFlags::SEARCH_IN_INTERFACES | PropertySearchFlags::… in TryTransformingToStaticInvoke() local
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DmemberExpression.cpp281 checker::PropertySearchFlags searchFlag = in CheckIndexAccessMethod() local