Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DAnalysisBasedWarnings.cpp706 unsigned FunKind; // TODO: use diag::FalloffFunctionKind member
735 D.FunKind = diag::FalloffFunctionKind::Function; in MakeForFunction()
743 D.FunKind = diag::FalloffFunctionKind::Coroutine; in MakeForCoroutine()
751 D.FunKind = diag::FalloffFunctionKind::Block; in MakeForBlock()
759 D.FunKind = diag::FalloffFunctionKind::Lambda; in MakeForLambda()
765 if (FunKind == diag::FalloffFunctionKind::Function) { in checkDiagnostics()
773 if (FunKind == diag::FalloffFunctionKind::Coroutine) { in checkDiagnostics()
838 S.Diag(RBrace, CD.diag_FallThrough_HasNoReturn) << CD.FunKind; in CheckFallThroughForBody()
864 << CD.FunKind << NotInAllControlPaths; in CheckFallThroughForBody()