Searched refs:OuterScope (Results 1 – 3 of 3) 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()
582 std::unique_ptr<DelimitedScope> OuterScope; variable586 std::unique_ptr<DelimitedScope> &&OuterScope =
460 Scope *OuterScope = getCurScope(); in ParseOpenMPDeclareMapperDirective() local505 OuterScope, Actions.getCurLexicalContext(), MapperId, MapperType, in ParseOpenMPDeclareMapperDirective()