Home
last modified time | relevance | path

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

/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/es2panda/ir/expressions/
DobjectExpression.h69 bool Optional() const in Optional() function
DarrayExpression.h61 bool Optional() const 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.h89 bool Optional() const in Optional() function