Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Support/
H A DScopedPrinter.cpp40 std::unique_ptr<DelimitedScope> &&OuterScope) in JSONScopedPrinter() argument
43 OuterScope(std::move(OuterScope)) { in JSONScopedPrinter()
44 if (this->OuterScope) in JSONScopedPrinter()
45 this->OuterScope->setPrinter(*this); in JSONScopedPrinter()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DElseAfterReturnCheck.cpp242 const auto *OuterScope = Result.Nodes.getNodeAs<CompoundStmt>("cs"); in check() local
251 bool IsLastInScope = OuterScope->body_back() == If; in check()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DScopedPrinter.h536 std::unique_ptr<DelimitedScope> OuterScope; variable
540 std::unique_ptr<DelimitedScope> &&OuterScope =
/llvm-project-15.0.7/clang/docs/
H A DClangFormatStyleOptions.rst3129 the indentation level of the signature. ``OuterScope`` forces the lambda
3133 ``OuterScope``. The KJ style guide requires ``OuterScope``.
3149 * ``LBI_OuterScope`` (in configuration: ``OuterScope``)