Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.h66 bool shouldIndexTemplateParameters() const;
H A DIndexingContext.cpp48 bool IndexingContext::shouldIndexTemplateParameters() const { in shouldIndexTemplateParameters() function in IndexingContext
83 if (!shouldIndexTemplateParameters() && in handleReference()
H A DIndexDecl.cpp702 if (IndexCtx.shouldIndexTemplateParameters()) in indexTemplateParameters()