Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DElseAfterReturnCheck.cpp251 bool IsLastInScope = OuterScope->body_back() == If; in check() local
254 if (!IsLastInScope && containsDeclInScope(Else)) { in check()
265 if (IsLastInScope) { in check()
301 if (IsLastInScope) { in check()