Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dprogram-tree.h81 bool HasModulePrefix() const; // in function or subroutine stmt
H A Dprogram-tree.cpp219 bool ProgramTree::HasModulePrefix() const { in HasModulePrefix() function in Fortran::semantics::ProgramTree
H A Dresolve-names.cpp7508 node.HasModulePrefix(), node.bindingSpec(), &node.entryStmts()); in BeginScopeForNode()