Home
last modified time | relevance | path

Searched refs:ScopedSet (Results 1 – 9 of 9) sorted by relevance

/external/llvm-project/flang/include/flang/Common/
Drestorer.h34 common::IfNoLvalue<Restorer<A>, B> ScopedSet(A &to, B &&from) { in ScopedSet() function
40 common::IfNoLvalue<Restorer<A>, B> ScopedSet(A &to, const B &from) { in ScopedSet() function
/external/llvm-project/flang/include/flang/Parser/
Dmessage.h266 return common::ScopedSet(at_, std::move(at)); in SetLocation()
273 return common::ScopedSet(contextMessage_, m); in SetContext()
279 return common::ScopedSet(messages_, &buffer); in SetMessages()
283 return common::ScopedSet(messages_, nullptr); in DiscardMessages()
/external/llvm-project/flang/lib/Semantics/
Dpointer-assignment.cpp178 auto restorer{common::ScopedSet(lhs_, symbol)}; in Check()
239 auto restorer{common::ScopedSet(lhs_, last)}; in Check()
Druntime-type-info.cpp334 auto locationRestorer{common::ScopedSet(location_, dtSymbol->name())}; in DescribeType()
442 auto locationRestorer{common::ScopedSet(location_, symbol.name())}; in DescribeType()
Dcheck-declarations.cpp1506 auto restorer{common::ScopedSet(scopeIsUninstantiatedPDT_, false)}; in Check()
1513 auto restorer{common::ScopedSet( in Check()
Dresolve-names.cpp343 auto restorer{common::ScopedSet(state_, State{})}; in ProcessTypeSpec()
3799 auto restorer{common::ScopedSet(extendsName->symbol, nullptr)}; in Post()
4713 common::ScopedSet(charInfo_.length, std::optional<ParamValue>{})}; in DeclareStatementEntity()
6012 auto flagRestorer{common::ScopedSet(inSpecificationPart_, true)}; in Pre()
6020 common::ScopedSet(specPartForwardRefs_, std::set<SourceName>{})}; in Pre()
6590 auto restorer{common::ScopedSet(sharedImplicitRulesMap, &implicitRulesMap)}; in ResolveNames()
Dmod-file.cpp105 common::ScopedSet(parser::useHexadecimalEscapeSequences, false)}; in WriteAll()
/external/llvm-project/flang/include/flang/Semantics/
Dexpression.h146 return common::ScopedSet(isWholeAssumedSizeArrayOk_, true); in AllowWholeAssumedSizeArray()
150 return common::ScopedSet(useSavedTypedExprs_, false); in DoNotUseSavedTypedExprs()
/external/llvm-project/flang/include/flang/Evaluate/
Dcommon.h251 return common::ScopedSet(pdtInstance_, &spec);