Home
last modified time | relevance | path

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

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