Searched defs:ConfigTerm (Results 1 – 3 of 3) sorted by relevance
90 } ConfigTerm; typedef
719 ConfigTerm::ConfigTerm(const ConfigTerm &term) : ConfigTerm(term.name_, nullptr) in ConfigTerm() function in ConfigTerm726 ConfigTerm::ConfigTerm(const std::string &name, const std::shared_ptr<AstObject> &value) in ConfigTerm() function in ConfigTerm735 ConfigTerm::ConfigTerm(Token &name, const std::shared_ptr<AstObject> &value) in ConfigTerm() function in ConfigTerm
566 class ConfigTerm extends AstObject { class1008 ConfigTerm, property