Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-labels.cpp38 ProxyForScope proxyForScope; member
46 const ProxyForScope &proxyForScope, in SourceStatementInfoTuplePOD()
48 : parserLabel{parserLabel}, proxyForScope{proxyForScope}, in SourceStatementInfoTuplePOD()
51 ProxyForScope proxyForScope; member
872 if (HasScope(branchTarget.proxyForScope)) { in CheckBranchesIntoDoBody()
925 const auto &scope{stmt.proxyForScope}; in CheckLabelDoConstraints()
928 if (!HasScope(doTarget.proxyForScope)) { in CheckLabelDoConstraints()
974 const auto &scope{stmt.proxyForScope}; in CheckScopeConstraints()
977 if (!HasScope(target.proxyForScope)) { in CheckScopeConstraints()
1049 if (HasScope(ioTarget.proxyForScope)) { in CheckDataXferTargetConstraints()
[all …]