Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DElseAfterReturnCheck.cpp252 bool IsLastInScope = OuterScope->body_back() == If; in check() local
255 if (!IsLastInScope && containsDeclInScope(Else)) { in check()
266 if (IsLastInScope) { in check()
302 if (IsLastInScope) { in check()