Searched refs:DeclareStructTypePtr (Results 1 – 2 of 2) sorted by relevance
294 struct DeclareStructTypePtr struct296 …DeclareStructTypePtr (const StructType* structPtr_, int indentLevel_) : structPtr(structPtr_), ind… in DeclareStructTypePtr() function320 std::ostream& operator<< (std::ostream& str, const DeclareStructTypePtr& decl);327 inline decl::DeclareStructTypePtr declare (const StructType* structPtr, int indentLevel = 0) … in declare()
404 std::ostream& operator<< (std::ostream& str, const DeclareStructTypePtr& decl) in operator <<()