Searched refs:DeclareStructTypePtr (Results 1 – 2 of 2) sorted by relevance
292 struct DeclareStructTypePtr struct294 …DeclareStructTypePtr (const StructType* structPtr_, int indentLevel_) : structPtr(structPtr_), ind… in DeclareStructTypePtr() argument318 std::ostream& operator<< (std::ostream& str, const DeclareStructTypePtr& decl);325 inline decl::DeclareStructTypePtr declare (const StructType* structPtr, int indentLevel = 0) … in declare()
402 std::ostream& operator<< (std::ostream& str, const DeclareStructTypePtr& decl) in operator <<()