Home
last modified time | relevance | path

Searched refs:OuterScope (Results 1 – 3 of 3) 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.h582 std::unique_ptr<DelimitedScope> OuterScope; variable
586 std::unique_ptr<DelimitedScope> &&OuterScope =
/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp460 Scope *OuterScope = getCurScope(); in ParseOpenMPDeclareMapperDirective() local
505 OuterScope, Actions.getCurLexicalContext(), MapperId, MapperType, in ParseOpenMPDeclareMapperDirective()