Home
last modified time | relevance | path

Searched defs:funcFlags (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DetsFunctionTypeBuilder.h35 ETSFunctionTypeBuilder &SetFuncFlags(ir::ScriptFunctionFlags funcFlags) in SetFuncFlags()
/arkcompiler/ets_frontend/ets2panda/ir/ets/
DetsFunctionType.h31 explicit ETSFunctionType(FunctionSignature &&signature, ir::ScriptFunctionFlags const funcFlags, in ETSFunctionType()
/arkcompiler/ets_frontend/ets2panda/ir/base/
DscriptFunction.h46 ir::ScriptFunctionFlags funcFlags = ir::ScriptFunctionFlags::NONE; member
/arkcompiler/ets_frontend/ets2panda/checker/ets/
Ddynamic.cpp482 …tion *ETSChecker::CreateClassMethod(const std::string_view name, ir::ScriptFunctionFlags funcFlags, in CreateClassMethod()
Dhelpers.cpp2819 auto funcFlags = isSetter ? ir::ScriptFunctionFlags::SETTER in GenGetterSetterScriptFunc() local
/arkcompiler/ets_frontend/ets2panda/parser/
DETSparser.cpp518 ir::ScriptFunctionFlags funcFlags = in ParseFunction() local
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
DlambdaLowering.cpp370 auto funcFlags = ir::ScriptFunctionFlags::METHOD | cmInfo->auxFunctionFlags; in CreateCalleeMethod() local