Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexingContext.h73 bool shouldIndexTemplateParameters() const;
H A DIndexingContext.cpp60 bool IndexingContext::shouldIndexTemplateParameters() const { in shouldIndexTemplateParameters() function in IndexingContext
95 if (!shouldIndexTemplateParameters() && in handleReference()
H A DIndexDecl.cpp702 if (IndexCtx.shouldIndexTemplateParameters()) in indexTemplateParameters()