Searched refs:DeclareStructTypePtr (Results 1 – 2 of 2) sorted by relevance
369 struct DeclareStructTypePtr struct371 DeclareStructTypePtr(const StructType *structPtr_, int indentLevel_) in DeclareStructTypePtr() argument408 std::ostream &operator<<(std::ostream &str, const DeclareStructTypePtr &decl);418 inline decl::DeclareStructTypePtr declare(const StructType *structPtr, int indentLevel = 0) in declare()420 return decl::DeclareStructTypePtr(structPtr, indentLevel); in declare()
396 std::ostream &operator<<(std::ostream &str, const DeclareStructTypePtr &decl) in operator <<()