Home
last modified time | relevance | path

Searched refs:ctx_d_func (Results 1 – 1 of 1) sorted by relevance

/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/language/duchain/
H A Dducontextdynamicdata.h20 static inline const DUContextData* ctx_d_func(DUContext* ctx) { return ctx->d_func(); } in ctx_d_func() function
118 if (ctx_d_func(child)->m_propagateDeclarations) { in toValidPosition()