Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Index/
H A DIndexingContext.h64 bool shouldIndexParametersInDeclarations() const;
H A DIndexDecl.cpp107 if (IndexCtx.shouldIndexParametersInDeclarations() || in handleDeclarator()
117 if (IndexCtx.shouldIndexParametersInDeclarations() || in handleDeclarator()
H A DIndexingContext.cpp44 bool IndexingContext::shouldIndexParametersInDeclarations() const { in shouldIndexParametersInDeclarations() function in IndexingContext