Searched defs:ConfigTerm (Results 1 – 2 of 2) sorted by relevance
686 ConfigTerm::ConfigTerm(const ConfigTerm &term) : ConfigTerm(term.name_, nullptr) in ConfigTerm() function in ConfigTerm691 ConfigTerm::ConfigTerm(std::string name, const std::shared_ptr<AstObject> &value) : in ConfigTerm() function in ConfigTerm701 ConfigTerm::ConfigTerm(Token &name, const std::shared_ptr<AstObject> &value) : in ConfigTerm() function in ConfigTerm
90 } ConfigTerm; typedef