Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/src/
H A Dcl_parser.cpp67 for (auto &category : option->optCategories) { in ParseJoinedOption()
86 for (auto &category : opt->optCategories) { in ParseOption()
222 opt.optCategories.push_back(&optCategory); in Register()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
H A Dcl_option.h180 std::vector<OptionCategory *> optCategories; // The option is registred in these categories member in maplecl::OptionInterface
276 for (auto &category : optCategories) {
469 for (auto &category : this->optCategories) {

Completed in 2 milliseconds