Home
last modified time | relevance | path

Searched refs:Ignore (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/es2panda/ir/
H A DastDump.h62 class Ignore { class in panda::es2panda::ir::AstDumper::Property
64 Ignore() = default;
74 double, const ir::AstNode *, std::vector<const ir::AstNode *>, Constant, Nullable, Ignore>;
112 value_ = Ignore(); in Property()
177 } while (std::holds_alternative<Property::Ignore>((*it).Value())); in AddList()
/arkcompiler/ets_frontend/ets2panda/ir/
H A DastDump.h75 class Ignore { class in ark::es2panda::ir::AstDumper::Property
77 Ignore() = default;
88 Constant, Nullish, Ignore>;
136 value_ = Ignore(); in Property()
218 } while (std::holds_alternative<Property::Ignore>((*it).Value())); in AddList()

Completed in 2 milliseconds