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

Function GetType

InsightsHelpers.cpp:1249–1256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1247//-----------------------------------------------------------------------------
1248
1249QualType GetType(QualType t)
1250{
1251 if(GetInsightsOptions().UseShow2C and t->isReferenceType()) {
1252 return GetGlobalAST().getPointerType(t.getNonReferenceType());
1253 }
1254
1255 return t;
1256}
1257//-----------------------------------------------------------------------------
1258
1259template<typename QT, typename SUB_T, typename SUB_T2 = void>

Callers 3

InsertArgMethod · 0.85
AppendParameterListMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected