Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
H A DetsFunctionTypeBuilder.h35 ETSFunctionTypeBuilder &SetFuncFlags(ir::ScriptFunctionFlags funcFlags) in SetFuncFlags() argument
/arkcompiler/ets_frontend/ets2panda/ir/ets/
H A DetsFunctionType.h31 explicit ETSFunctionType(FunctionSignature &&signature, ir::ScriptFunctionFlags funcFlags) in ETSFunctionType() argument
/arkcompiler/ets_frontend/ets2panda/ir/base/
H A DscriptFunction.h42 ir::ScriptFunctionFlags funcFlags = ir::ScriptFunctionFlags::NONE; member
/arkcompiler/ets_frontend/ets2panda/compiler/lowering/ets/
H A DinterfaceObjectLiteralLowering.cpp147 ir::ScriptFunctionFlags funcFlags = ir::ScriptFunctionFlags::METHOD; in CreateAnonClassFieldGetterSetter() local
H A DlambdaLowering.cpp357 auto funcFlags = ir::ScriptFunctionFlags::METHOD | cmInfo->auxFunctionFlags; in CreateCalleeMethod() local
/arkcompiler/ets_frontend/ets2panda/parser/
H A DETSparser.cpp378 ir::ScriptFunctionFlags funcFlags = in ParseFunction() local
/arkcompiler/ets_frontend/ets2panda/checker/ets/
H A Dhelpers.cpp2406 auto funcFlags = isSetter ? ir::ScriptFunctionFlags::SETTER : ir::ScriptFunctionFlags::GETTER; in GenerateDefaultGetterSetter() local

Completed in 12 milliseconds