Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-directives.cpp544 bool HasSymbolInEnclosingScope(const Symbol &, Scope &);
1776 !(HasSymbolInEnclosingScope(symbol, currScope()) && in CheckDataCopyingClause()
1852 bool OmpAttributeVisitor::HasSymbolInEnclosingScope( in HasSymbolInEnclosingScope() function in Fortran::semantics::OmpAttributeVisitor