Searched refs:OuterScope (Results 1 – 4 of 4) sorted by relevance
40 std::unique_ptr<DelimitedScope> &&OuterScope) in JSONScopedPrinter() argument43 OuterScope(std::move(OuterScope)) { in JSONScopedPrinter()44 if (this->OuterScope) in JSONScopedPrinter()45 this->OuterScope->setPrinter(*this); in JSONScopedPrinter()
242 const auto *OuterScope = Result.Nodes.getNodeAs<CompoundStmt>("cs"); in check() local251 bool IsLastInScope = OuterScope->body_back() == If; in check()
536 std::unique_ptr<DelimitedScope> OuterScope; variable540 std::unique_ptr<DelimitedScope> &&OuterScope =
3129 the indentation level of the signature. ``OuterScope`` forces the lambda3133 ``OuterScope``. The KJ style guide requires ``OuterScope``.3149 * ``LBI_OuterScope`` (in configuration: ``OuterScope``)