Searched refs:shouldIndexParametersInDeclarations (Results 1 – 3 of 3) sorted by relevance
64 bool shouldIndexParametersInDeclarations() const;
103 if (IndexCtx.shouldIndexParametersInDeclarations() || in handleDeclarator()113 if (IndexCtx.shouldIndexParametersInDeclarations() || in handleDeclarator()
44 bool IndexingContext::shouldIndexParametersInDeclarations() const { in shouldIndexParametersInDeclarations() function in IndexingContext