Home
last modified time | relevance | path

Searched refs:searchFlags (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/checker/
H A DETSAnalyzer.h41 void CheckObjectExprProps(const ir::ObjectExpression *expr, checker::PropertySearchFlags searchFlags) const;
H A DETSAnalyzer.cpp1514 void ETSAnalyzer::CheckObjectExprProps(const ir::ObjectExpression *expr, checker::PropertySearchFlags searchFlags) const in CheckObjectExprProps()
1535 varbinder::LocalVariable *lv = objType->GetProperty(pname, searchFlags); in CheckObjectExprProps()
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dhelpers.cpp41 const auto searchFlags = PropertySearchFlags::SEARCH_ALL | PropertySearchFlags::SEARCH_IN_BASE | in FindVariableInClassOrEnclosing() local
43 auto *resolved = classType->GetProperty(name, searchFlags); in FindVariableInClassOrEnclosing()
46 resolved = classType->GetProperty(name, searchFlags); in FindVariableInClassOrEnclosing()

Completed in 9 milliseconds