Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSema.cpp641 Diag(Loc, diag::warn_invalid_add_func_effects) << Diff.effectName(); in diagnoseFunctionEffectConversion()
HDSemaDeclCXX.cpp18149 << Diff.effectName(); in CheckOverridingFunctionAttributes()
HDSemaDecl.cpp3826 << Diff.effectName(); in MergeFunctionDecl()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
HDSema.h492 StringRef effectName() const { in effectName() function