Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp1255 static bool NeedsScope(const parser::OpenACCBlockConstruct &);
1282 bool AccVisitor::NeedsScope(const parser::OpenACCBlockConstruct &x) { in NeedsScope() function in Fortran::semantics::AccVisitor
1303 if (NeedsScope(x)) { in Pre()
1310 if (NeedsScope(x)) { in Post()
1320 static bool NeedsScope(const parser::OpenMPBlockConstruct &);
1380 bool OmpVisitor::NeedsScope(const parser::OpenMPBlockConstruct &x) { in NeedsScope() function in Fortran::semantics::OmpVisitor
1400 if (NeedsScope(x)) { in Pre()
1407 if (NeedsScope(x)) { in Post()