Searched refs:OuterScope (Results 1 – 4 of 4) sorted by relevance
41 std::unique_ptr<DelimitedScope> &&OuterScope) in JSONScopedPrinter() argument44 OuterScope(std::move(OuterScope)) { in JSONScopedPrinter()45 if (this->OuterScope) in JSONScopedPrinter()46 this->OuterScope->setPrinter(*this); in JSONScopedPrinter()
546 std::unique_ptr<DelimitedScope> OuterScope; variable550 std::unique_ptr<DelimitedScope> &&OuterScope =
3539 the indentation level of the signature. ``OuterScope`` forces the lambda3543 ``OuterScope``. The KJ style guide requires ``OuterScope``.3559 * ``LBI_OuterScope`` (in configuration: ``OuterScope``)4351 * ``REI_OuterScope`` (in configuration: ``OuterScope``)
1131 …The default value of this option is ``OuterScope``, which differs in behavior from clang-format 15.