Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSema.cpp641 Diag(Loc, diag::warn_invalid_add_func_effects) << Diff.effectName(); in diagnoseFunctionEffectConversion()
H A DSemaDeclCXX.cpp18149 << Diff.effectName(); in CheckOverridingFunctionAttributes()
H A DSemaDecl.cpp3826 << Diff.effectName(); in MergeFunctionDecl()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h492 StringRef effectName() const { in effectName() function