Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaLookup.cpp424 if (!S.hasVisibleDefaultArgument( in isPreferredLookupResult()
426 S.hasVisibleDefaultArgument( in isPreferredLookupResult()
1658 bool Sema::hasVisibleDefaultArgument(const NamedDecl *D, in hasVisibleDefaultArgument() function in Sema
H A DSemaTemplate.cpp2734 } else if (OldTypeParm && hasVisibleDefaultArgument(OldTypeParm) && in CheckTemplateParameterList()
2788 } else if (OldNonTypeParm && hasVisibleDefaultArgument(OldNonTypeParm) && in CheckTemplateParameterList()
2840 hasVisibleDefaultArgument(OldTemplateParm) && in CheckTemplateParameterList()
4336 if (Param->isParameterPack() || hasVisibleDefaultArgument(Param)) in CheckDeductionGuideTemplate()
/llvm-project-15.0.7/clang/include/clang/Sema/
H A DSema.h2387 hasVisibleDefaultArgument(const NamedDecl *D,