Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexingContext.h66 bool shouldIndexTemplateParameters() const;
H A DIndexingContext.cpp48 bool IndexingContext::shouldIndexTemplateParameters() const { in shouldIndexTemplateParameters() function in IndexingContext
84 if (!shouldIndexTemplateParameters() && in handleReference()
H A DIndexDecl.cpp685 if (IndexCtx.shouldIndexTemplateParameters()) in VisitTemplateDecl()