Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DElseAfterReturnCheck.cpp252 StringRef ControlFlowInterruptor = getControlFlowString(*Interrupt); in check() local
257 diag(ElseLoc, WarningMessage) << ControlFlowInterruptor; in check()
269 << ControlFlowInterruptor in check()
293 diag(ElseLoc, WarningMessage) << ControlFlowInterruptor; in check()
305 << ControlFlowInterruptor in check()
317 diag(ElseLoc, WarningMessage) << ControlFlowInterruptor; in check()
323 << ControlFlowInterruptor << SourceRange(ElseLoc); in check()