MCPcopy Create free account
hub / github.com/KDE/kdevelop / type

Function type

kdevplatform/language/duchain/declaration.h:293–296  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

291 */
292 template<class T>
293 TypePtr<T> type() const
294 {
295 return abstractType().dynamicCast<T>();
296 }
297
298 /**
299 * Access this declaration's type.

Callers 15

applyUpwardsAliasesMethod · 0.70
launcherForModeMethod · 0.50
lessThanMethod · 0.50
operator==Method · 0.50
miCommandMethod · 0.50
cmdToSendMethod · 0.50
nextMethod · 0.50
initialStringMethod · 0.50
miCommandMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected