| 853 | |
| 854 | public: |
| 855 | SimpleTypePrinter(const QualType& qt, const CppInsightsPrintingPolicy& printingPolicy) |
| 856 | : mType{qt} |
| 857 | , mPrintingPolicy{printingPolicy} |
| 858 | { |
| 859 | } |
| 860 | |
| 861 | std::string& GetString() { return mData.GetString(); } |
| 862 |
nothing calls this directly
no outgoing calls
no test coverage detected