Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DElseAfterReturnCheck.cpp227 static StringRef getControlFlowString(const Stmt &Stmt) { in getControlFlowString() function
252 StringRef ControlFlowInterruptor = getControlFlowString(*Interrupt); in check()