Searched refs:IsOverload (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaCUDA.cpp | 798 !SemaRef.IsOverload(NewD, OldD, in maybeAddHostDeviceAttrs() 1042 !SemaRef.IsOverload(NewFD, OldFD, /* UseMemberUsingDeclRules = */ false, in checkTargetOverload()
|
| H A D | SemaRISCV.cpp | 203 bool IsOverload); 405 bool IsOverload) { in CreateRVVIntrinsicDecl() argument 448 if (IsOverload) in CreateRVVIntrinsicDecl()
|
| H A D | SemaOverload.cpp | 1238 if (!IsOverload(New, OldF, UseMemberUsingDeclRules)) { in CheckOverload() 1636 bool Sema::IsOverload(FunctionDecl *New, FunctionDecl *Old, in IsOverload() function in Sema
|
| H A D | SemaDecl.cpp | 11703 S.IsOverload(NewFD, CurFD, UseMemberUsingDeclRules)) in CheckMultiVersionAdditionalDecl() 12089 if (IsOverload(NewFD, cast<FunctionDecl>(OldDecl), false)) { in CheckFunctionDeclaration()
|
| H A D | SemaCodeComplete.cpp | 2122 if (!S.IsOverload(MD, Method, false)) { in AddOverrideResults()
|
| H A D | SemaDeclCXX.cpp | 10462 if (!S->IsOverload(Method, MD, false)) in operator ()()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 10020 bool IsOverload(FunctionDecl *New, FunctionDecl *Old,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 5693 {"_ZN5clang4Sema10IsOverloadEPNS_12FunctionDeclES2_b", "clang::Sema::IsOverload(clang::FunctionDecl…
|