Searched defs:currScope (Results 1 – 2 of 2) sorted by relevance
/llvm-project/flang/lib/Semantics/ | ||
H A D | resolve-directives.cpp | 75 Scope &currScope() { return GetContext().scope; } currScope() function in Fortran::semantics::DirectiveAttributeVisitor |
H A D | resolve-names.cpp | 510 Scope &currScope() { return DEREF(currScope_); } currScope() function in Fortran::semantics::ScopeHandler |