Searched refs:OldFX (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | Sema.cpp | 2858 const FunctionDecl &OldFunction, const FunctionEffectsRef &OldFX, in shouldDiagnoseRedeclaration() argument 2884 const CXXMethodDecl &OldMethod, const FunctionEffectsRef &OldFX, in shouldDiagnoseMethodOverride() argument
|
H A D | SemaDecl.cpp | 3818 const auto OldFX = Old->getFunctionEffects(); in MergeFunctionDecl() local 3820 if (OldFX != NewFX) { in MergeFunctionDecl() 3821 const auto Diffs = FunctionEffectDifferences(OldFX, NewFX); in MergeFunctionDecl() 3823 if (Diff.shouldDiagnoseRedeclaration(*Old, OldFX, *New, NewFX)) { in MergeFunctionDecl() 3836 FunctionEffectSet::getUnion(OldFX, NewFX, MergeErrs); in MergeFunctionDecl()
|
H A D | SemaDeclCXX.cpp | 18136 const auto OldFX = Old->getFunctionEffects(); in CheckOverridingFunctionAttributes() local 18139 if (OldFX != NewFXOrig) { in CheckOverridingFunctionAttributes() 18141 const auto Diffs = FunctionEffectDifferences(OldFX, NewFX); in CheckOverridingFunctionAttributes() 18144 switch (Diff.shouldDiagnoseMethodOverride(*Old, OldFX, *New, NewFX)) { in CheckOverridingFunctionAttributes()
|
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | Sema.h | 516 const FunctionEffectsRef &OldFX, 523 const CXXMethodDecl &OldMethod, const FunctionEffectsRef &OldFX,
|