Searched refs:DeclareStructType (Results 1 – 2 of 2) sorted by relevance
381 struct DeclareStructType struct383 DeclareStructType(const StructType &structType_, int indentLevel_) in DeclareStructType() argument409 std::ostream &operator<<(std::ostream &str, const DeclareStructType &decl);422 inline decl::DeclareStructType declare(const StructType &structType, int indentLevel = 0) in declare()424 return decl::DeclareStructType(structType, indentLevel); in declare()
418 std::ostream &operator<<(std::ostream &str, const DeclareStructType &decl) in operator <<()