Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DElseAfterReturnCheck.cpp250 const StringRef ControlFlowInterrupter = getControlFlowString(*Interrupt); in check() local
255 diag(ElseLoc, WarningMessage) << ControlFlowInterrupter; in check()
267 << ControlFlowInterrupter in check()
291 diag(ElseLoc, WarningMessage) << ControlFlowInterrupter; in check()
303 << ControlFlowInterrupter in check()
315 diag(ElseLoc, WarningMessage) << ControlFlowInterrupter; in check()
321 << ControlFlowInterrupter << SourceRange(ElseLoc); in check()