Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/Support/
H A DScopedPrinter.cpp41 std::unique_ptr<DelimitedScope> &&OuterScope) in JSONScopedPrinter()
/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DElseAfterReturnCheck.cpp240 const auto *OuterScope = Result.Nodes.getNodeAs<CompoundStmt>("cs"); in check() local
/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h566 std::unique_ptr<DelimitedScope> OuterScope; variable