clang 20.0.0git
|
#include "clang/Sema/Sema.h"
Public Member Functions | |
FunctionEffectDifferences (const FunctionEffectsRef &Old, const FunctionEffectsRef &New) | |
Caller should short-circuit by checking for equality first. | |
FunctionEffectDifferences::FunctionEffectDifferences | ( | const FunctionEffectsRef & | Old, |
const FunctionEffectsRef & | New | ||
) |
Caller should short-circuit by checking for equality first.
Definition at line 2785 of file Sema.cpp.
References clang::FunctionEffectDiff::Added, clang::FunctionEffectsRef::begin(), clang::FunctionEffectWithCondition::Cond, clang::FunctionEffectDiff::ConditionMismatch, clang::FunctionEffectWithCondition::Effect, clang::FunctionEffectsRef::end(), clang::EffectConditionExpr::getCondition(), clang::FunctionEffect::kind(), and clang::FunctionEffectDiff::Removed.