Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/checker/ets/
Dobject.cpp1245 auto searchFlag = GetInitialSearchFlags(memberExpr); in GetSearchFlags() local
1270 … const varbinder::LocalVariable *const prop, PropertySearchFlags searchFlag) in ValidateGetterSetter()
1341 auto searchFlag = GetSearchFlags(memberExpr, targetRef); in ResolveMemberReference() local
1418 … const auto searchFlag = PropertySearchFlags::SEARCH_ALL | PropertySearchFlags::SEARCH_IN_BASE | in CheckValidInheritance() local
1651 …auto searchFlag = PropertySearchFlags::SEARCH_IN_INTERFACES | PropertySearchFlags::SEARCH_IN_BASE | in CheckInvokeMethodsLegitimacy() local
Dhelpers.cpp2646 …PropertySearchFlags searchFlag = PropertySearchFlags::SEARCH_IN_INTERFACES | PropertySearchFlags::… in TryTransformingToStaticInvoke() local
/arkcompiler/ets_frontend/ets2panda/ir/expressions/
DmemberExpression.cpp274 checker::PropertySearchFlags searchFlag = in CheckIndexAccessMethod() local