Lines Matching refs:ProxyForScope
30 using ProxyForScope = unsigned; typedef
33 ProxyForScope parent{};
38 ProxyForScope proxyForScope;
46 const ProxyForScope &proxyForScope, in SourceStatementInfoTuplePOD()
51 ProxyForScope proxyForScope;
57 bool HasScope(ProxyForScope scope) { return scope != ProxyForScope{0u}; } in HasScope()
568 ProxyForScope ParentScope() { in ParentScope()
780 ProxyForScope scope, bool isExecutableConstructEndStmt = false) { in AddTargetLabelDefinition()
824 ProxyForScope currentScope_;
828 bool InInclusiveScope(const std::vector<ScopeInfo> &scopes, ProxyForScope tail, in InInclusiveScope()
829 ProxyForScope head) { in InInclusiveScope()
914 ProxyForScope ParentScope( in ParentScope()
915 const std::vector<ScopeInfo> &scopes, ProxyForScope scope) { in ParentScope()
990 ProxyForScope fromScope{scope}; in CheckScopeConstraints()
991 for (ProxyForScope toScope{target.proxyForScope}; fromScope != toScope; in CheckScopeConstraints()