Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DElseAfterReturnCheck.cpp243 const auto *OuterScope = Result.Nodes.getNodeAs<CompoundStmt>("cs"); in check() local
252 bool IsLastInScope = OuterScope->body_back() == If; in check()