Searched refs:DeclareVariable (Results 1 – 2 of 2) sorted by relevance
310 struct DeclareVariable struct312 …DeclareVariable (const VarType& varType_, const std::string& name_, int indentLevel_) : varType(va… in DeclareVariable() argument322 std::ostream& operator<< (std::ostream& str, const DeclareVariable& decl);329 …nline decl::DeclareVariable declare (const VarType& varType, const std::string& name, int inden… in declare()
358 std::ostream& operator<< (std::ostream& str, const DeclareVariable& decl) in operator <<()