Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/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()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h566 std::unique_ptr<DelimitedScope> OuterScope; variable
570 std::unique_ptr<DelimitedScope> &&OuterScope =