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

Method declaration

kdevplatform/language/classmodel/classmodelnode.cpp:37–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37Declaration* IdentifierNode::declaration()
38{
39 if (!m_cachedDeclaration)
40 m_cachedDeclaration = m_indexedDeclaration.declaration();
41
42 return m_cachedDeclaration.data();
43}
44
45bool IdentifierNode::getIcon(QIcon& a_resultIcon)
46{

Callers 3

populateNodeMethod · 0.45
updateDocumentMethod · 0.45
duObjectForIndexMethod · 0.45

Calls 1

dataMethod · 0.45

Tested by

no test coverage detected