Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DScopedPrinter.cpp41 std::unique_ptr<DelimitedScope> &&OuterScope) in JSONScopedPrinter() argument
44 OuterScope(std::move(OuterScope)) { in JSONScopedPrinter()
45 if (this->OuterScope) in JSONScopedPrinter()
46 this->OuterScope->setPrinter(*this); in JSONScopedPrinter()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DScopedPrinter.h546 std::unique_ptr<DelimitedScope> OuterScope; variable
550 std::unique_ptr<DelimitedScope> &&OuterScope =
/openbsd-src/gnu/llvm/clang/docs/
H A DClangFormatStyleOptions.rst3539 the indentation level of the signature. ``OuterScope`` forces the lambda
3543 ``OuterScope``. The KJ style guide requires ``OuterScope``.
3559 * ``LBI_OuterScope`` (in configuration: ``OuterScope``)
4351 * ``REI_OuterScope`` (in configuration: ``OuterScope``)
H A DReleaseNotes.rst1131 …The default value of this option is ``OuterScope``, which differs in behavior from clang-format 15.