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

Method HandleTypeAfter

InsightsHelpers.cpp:680–680  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

678 }
679
680 void HandleTypeAfter(const PointerType* type) { HandleTypeAfter(type->getPointeeType().getTypePtrOrNull()); }
681
682 void HandleTypeAfter(const ParenType* type)
683 {

Callers

nothing calls this directly

Calls 2

AppendMethod · 0.80
emptyMethod · 0.45

Tested by

no test coverage detected