Home
last modified time | relevance | path

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

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