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

Method setPropagateDeclarations

kdevplatform/language/duchain/ducontext.cpp:512–521  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

510}
511
512void DUContext::setPropagateDeclarations(bool propagate)
513{
514 ENSURE_CAN_WRITE
515 DUCHAIN_D_DYNAMIC(DUContext);
516
517 if (propagate == d->m_propagateDeclarations)
518 return;
519
520 d->m_propagateDeclarations = propagate;
521}
522
523bool DUContext::isPropagateDeclarations() const
524{

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected