MCPcopy Create free account
hub / github.com/andreasfertig/cppinsights / AddCVQualifiers

Method AddCVQualifiers

InsightsHelpers.cpp:843–852  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

841 }
842
843 void AddCVQualifiers(const Qualifiers& quals)
844 {
845 if((false == mPrintingPolicy.CppInsightsUnqualified) and not quals.empty()) {
846 mData.Append(quals.getAsString());
847
848 if(not mData.empty() and not mSkipSpace) {
849 mData.Append(' ');
850 }
851 }
852 }
853
854public:
855 SimpleTypePrinter(const QualType& qt, const CppInsightsPrintingPolicy& printingPolicy)

Callers

nothing calls this directly

Calls 2

AppendMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected