Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DElseAfterReturnCheck.cpp107 static bool containsDeclInScope(const Stmt *Node) { in containsDeclInScope() function
254 if (!IsLastInScope && containsDeclInScope(Else)) { in check()