Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dresolve-names.cpp1107 static bool NeedsScope(const parser::OpenACCBlockConstruct &);
1134 bool AccVisitor::NeedsScope(const parser::OpenACCBlockConstruct &x) { in NeedsScope() function in Fortran::semantics::AccVisitor
1155 if (NeedsScope(x)) { in Pre()
1162 if (NeedsScope(x)) { in Post()
1172 static bool NeedsScope(const parser::OpenMPBlockConstruct &);
1232 bool OmpVisitor::NeedsScope(const parser::OpenMPBlockConstruct &x) { in NeedsScope() function in Fortran::semantics::OmpVisitor
1251 if (NeedsScope(x)) { in Pre()
1258 if (NeedsScope(x)) { in Post()