Home
last modified time | relevance | path

Searched refs:OldFX (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp2858 const FunctionDecl &OldFunction, const FunctionEffectsRef &OldFX, in shouldDiagnoseRedeclaration() argument
2884 const CXXMethodDecl &OldMethod, const FunctionEffectsRef &OldFX, in shouldDiagnoseMethodOverride() argument
H A DSemaDecl.cpp3818 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 DSemaDeclCXX.cpp18136 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 DSema.h516 const FunctionEffectsRef &OldFX,
523 const CXXMethodDecl &OldMethod, const FunctionEffectsRef &OldFX,