Searched refs:ScopedSet (Results 1 – 9 of 9) sorted by relevance
/external/llvm-project/flang/include/flang/Common/ |
D | restorer.h | 34 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/ |
D | message.h | 266 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/ |
D | pointer-assignment.cpp | 178 auto restorer{common::ScopedSet(lhs_, symbol)}; in Check() 239 auto restorer{common::ScopedSet(lhs_, last)}; in Check()
|
D | runtime-type-info.cpp | 334 auto locationRestorer{common::ScopedSet(location_, dtSymbol->name())}; in DescribeType() 442 auto locationRestorer{common::ScopedSet(location_, symbol.name())}; in DescribeType()
|
D | check-declarations.cpp | 1506 auto restorer{common::ScopedSet(scopeIsUninstantiatedPDT_, false)}; in Check() 1513 auto restorer{common::ScopedSet( in Check()
|
D | resolve-names.cpp | 343 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()
|
D | mod-file.cpp | 105 common::ScopedSet(parser::useHexadecimalEscapeSequences, false)}; in WriteAll()
|
/external/llvm-project/flang/include/flang/Semantics/ |
D | expression.h | 146 return common::ScopedSet(isWholeAssumedSizeArrayOk_, true); in AllowWholeAssumedSizeArray() 150 return common::ScopedSet(useSavedTypedExprs_, false); in DoNotUseSavedTypedExprs()
|
/external/llvm-project/flang/include/flang/Evaluate/ |
D | common.h | 251 return common::ScopedSet(pdtInstance_, &spec);
|