Searched refs:DeclareStructType (Results 1 – 2 of 2) sorted by relevance
302 struct DeclareStructType struct304 …DeclareStructType (const StructType& structType_, int indentLevel_) : structType(structType_), ind… in DeclareStructType() argument321 std::ostream& operator<< (std::ostream& str, const DeclareStructType& decl);328 inline decl::DeclareStructType declare (const StructType& structType, int indentLevel = 0) {… in declare()
425 std::ostream& operator<< (std::ostream& str, const DeclareStructType& decl) in operator <<()