Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLookup.cpp429 if (!S.hasVisibleDefaultArgument( in isPreferredLookupResult()
431 S.hasVisibleDefaultArgument( in isPreferredLookupResult()
1692 bool Sema::hasVisibleDefaultArgument(const NamedDecl *D, in hasVisibleDefaultArgument() function in Sema
H A DSemaTemplate.cpp2332 } else if (OldTypeParm && hasVisibleDefaultArgument(OldTypeParm) && in CheckTemplateParameterList()
2385 } else if (OldNonTypeParm && hasVisibleDefaultArgument(OldNonTypeParm) && in CheckTemplateParameterList()
2436 hasVisibleDefaultArgument(OldTemplateParm) && in CheckTemplateParameterList()
3934 if (Param->isParameterPack() || hasVisibleDefaultArgument(Param)) in CheckDeductionGuideTemplate()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h9275 hasVisibleDefaultArgument(const NamedDecl *D,