Home
last modified time | relevance | path

Searched refs:EffectKind (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaFunctionEffects.cpp1554 switch (EffectKind) { in shouldDiagnoseConversion()
1590 switch (EffectKind) { in shouldDiagnoseRedeclaration()
1615 switch (EffectKind) { in shouldDiagnoseMethodOverride()
/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DSema.h15378 FunctionEffect::Kind EffectKind; member