Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-do-forall.cpp351 const Scope &variableScope{symbol->owner()}; in Post() local
352 if (DoesScopeContain(&variableScope, blockScope_)) { in Post()