Home
last modified time | relevance | path

Searched defs:SetName (Results 1 – 20 of 20) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/ast-builders/
DnamedTypeBuilder.h29 NamedTypeBuilder &SetName(Identifier *name) in SetName() function
DetsPackageDeclarationBuilder.h29 ETSPackageDeclarationBuilder &SetName(ir::Expression *name) in SetName() function
DidentifierBuilder.h29 IdentifierBuilder &SetName(util::StringView name) in SetName() function
DtsTypeParameterBuilder.h29 TSTypeParameterBuilder &SetName(Identifier *name) in SetName() function
DetsTypeReferencePartBuilder.h29 ETSTypeReferencePartBuilder &SetName(Expression *name) in SetName() function
DtsModuleDeclarationBuilder.h29 TSModuleDeclarationBuilder &SetName(Expression *name) in SetName() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
Dmempool.h135 void SetName(const std::string &name) in SetName() function
139 void SetName(const char *name) in SetName() function
151 void SetName(const std::string & /* name */) const {} in SetName() function
152 void SetName(const char /* name */) const {} in SetName() function
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DprivateIdentifier.h62 void SetName(util::StringView name) in SetName() function
/arkcompiler/runtime_core/static_core/plugins/ets/runtime/types/
Dets_typeapi_parameter.h58 void SetName(EtsString *name) in SetName() function
Dets_typeapi_method.h63 void SetName(EtsString *name) in SetName() function
Dets_typeapi_field.h63 void SetName(EtsString *name) in SetName() function
Dets_class.cpp491 void EtsClass::SetName(EtsString *name) in SetName() function in ark::ets::EtsClass
/arkcompiler/ets_runtime/ecmascript/compiler/
Ddebug_info.h57 void SetName(const std::string &n) in SetName() function
Dcall_signature.h319 void SetName(const std::string &str) in SetName() function
/arkcompiler/runtime_core/static_core/runtime/coroutines/
Dstackful_coroutine_worker.h76 void SetName(PandaString name) in SetName() function
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Dheap_snapshot.h95 void SetName(CString *name) in SetName() function
203 void SetName(CString *name) in SetName() function
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg.h177 void SetName(const std::string &ptnName) in SetName() function
/arkcompiler/toolchain/tooling/base/
Dpt_types.h777 InternalPropertyDescriptor &SetName(const std::string &name) in SetName() function
824 PrivatePropertyDescriptor &SetName(const std::string &name) in SetName() function
913 PropertyDescriptor &SetName(const std::string &name) in SetName() function
1529 Scope &SetName(const std::string &name) in SetName() function
2537 TypeObject &SetName(const std::string &name) in SetName() function
/arkcompiler/ets_frontend/ets2panda/checker/types/ets/
DetsObjectType.h259 void SetName(const util::StringView &newName) in SetName() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp3786 void FunctionRef::SetName(const EcmaVM *vm, Local<StringRef> name) in SetName() function in panda::FunctionRef