Home
last modified time | relevance | path

Searched defs:ConfigTerm (Results 1 – 2 of 2) sorted by relevance

/drivers/framework/tools/hc-gen/src/
Dast.cpp686 ConfigTerm::ConfigTerm(const ConfigTerm &term) : ConfigTerm(term.name_, nullptr) in ConfigTerm() function in ConfigTerm
691 ConfigTerm::ConfigTerm(std::string name, const std::shared_ptr<AstObject> &value) : in ConfigTerm() function in ConfigTerm
701 ConfigTerm::ConfigTerm(Token &name, const std::shared_ptr<AstObject> &value) : in ConfigTerm() function in ConfigTerm
/drivers/framework/tools/leagecy/hc-gen/include/
Dhcs_parser.h90 } ConfigTerm; typedef