Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp685 static bool shouldIndexTemplateParameterDefaultValue(const NamedDecl *D) { in shouldIndexTemplateParameterDefaultValue() function in __anonf10645d10111::IndexingDeclVisitor
733 if (Params && shouldIndexTemplateParameterDefaultValue(Parent)) { in VisitTemplateDecl()