Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp427 if (!S.hasVisibleDefaultArgument( in isPreferredLookupResult()
429 S.hasVisibleDefaultArgument( in isPreferredLookupResult()
1671 bool Sema::hasVisibleDefaultArgument(const NamedDecl *D, in hasVisibleDefaultArgument() function in Sema
H A DSemaTemplate.cpp3002 } else if (OldTypeParm && hasVisibleDefaultArgument(OldTypeParm) && in CheckTemplateParameterList()
3055 } else if (OldNonTypeParm && hasVisibleDefaultArgument(OldNonTypeParm) && in CheckTemplateParameterList()
3106 hasVisibleDefaultArgument(OldTemplateParm) && in CheckTemplateParameterList()
4624 if (Param->isParameterPack() || hasVisibleDefaultArgument(Param)) in CheckDeductionGuideTemplate()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h2480 hasVisibleDefaultArgument(const NamedDecl *D,