Searched refs:IsOverload (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaCUDA.cpp | 566 !IsOverload(NewD, OldD, /* UseMemberUsingDeclRules = */ false, in maybeAddCUDAHostDeviceAttrs() 933 !IsOverload(NewFD, OldFD, /* UseMemberUsingDeclRules = */ false, in checkCUDATargetOverload()
|
| H A D | SemaDecl.cpp | 7573 if (MD->isVirtual() && !S->IsOverload(Method, MD, false)) in operator ()() 9730 if (S.IsOverload(NewFD, CurFD, UseMemberUsingDeclRules)) in CheckMultiVersionAdditionalDecl() 9995 if (IsOverload(NewFD, cast<FunctionDecl>(OldDecl), false)) { in CheckFunctionDeclaration()
|
| H A D | SemaOverload.cpp | 998 if (!IsOverload(New, OldF, UseMemberUsingDeclRules)) { in CheckOverload() 1077 bool Sema::IsOverload(FunctionDecl *New, FunctionDecl *Old, in IsOverload() function in Sema
|
| H A D | SemaCodeComplete.cpp | 1679 if (!S.IsOverload(MD, Method, false)) { in AddOverrideResults()
|
| H A D | SemaDeclCXX.cpp | 7775 if (!S->IsOverload(Method, MD, false)) in operator ()()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/ |
| H A D | Sema.h | 2554 bool IsOverload(FunctionDecl *New, FunctionDecl *Old, bool IsForUsingDecl,
|