Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Index/
DIndexingContext.h64 bool shouldIndexParametersInDeclarations() const;
DIndexDecl.cpp103 if (IndexCtx.shouldIndexParametersInDeclarations() || in handleDeclarator()
113 if (IndexCtx.shouldIndexParametersInDeclarations() || in handleDeclarator()
DIndexingContext.cpp44 bool IndexingContext::shouldIndexParametersInDeclarations() const { in shouldIndexParametersInDeclarations() function in IndexingContext