Home
last modified time | relevance | path

Searched defs:Optional (Results 1 – 10 of 10) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/
DastDump.h47 explicit Optional(const ir::AstNode *node) : value_(node) {} in Optional() function
48 explicit Optional(const char *string) : value_(const_cast<char *>(string)) {} in Optional() function
49 explicit Optional(bool boolean) : value_(boolean) {} in Optional() function
52 explicit Optional(const ArenaVector<T> &array) in Optional() function
/arkcompiler/ets_frontend/es2panda/ir/
DastDump.h47 explicit Optional(const ir::AstNode *node) : value_(node) {} in Optional() function
48 explicit Optional(const char *string) : value_(const_cast<char *>(string)) {} in Optional() function
49 explicit Optional(bool boolean) : value_(boolean) {} in Optional() function
/arkcompiler/ets_frontend/ets2panda/ir/ts/
DtsMappedType.h50 MappedOption Optional() in Optional() function
/arkcompiler/ets_frontend/es2panda/ir/expressions/
DobjectExpression.h69 bool Optional() const in Optional() function
DarrayExpression.h61 bool Optional() const in Optional() function
/arkcompiler/ets_frontend/ets2panda/ir/base/
DtsPropertySignature.h56 [[nodiscard]] bool Optional() const noexcept in Optional() function
DtsMethodSignature.h105 [[nodiscard]] bool Optional() const noexcept in Optional() function
/arkcompiler/ets_frontend/es2panda/ir/ts/
DtsMappedType.h61 MappedOption Optional() in Optional() function
DtsPropertySignature.h65 bool Optional() const in Optional() function
DtsMethodSignature.h91 bool Optional() const in Optional() function