Searched refs:AddSubmodule (Results 1 – 3 of 3) sorted by relevance
187 bool AddSubmodule(const SourceName &, Scope &);
165 bool Scope::AddSubmodule(const SourceName &name, Scope &submodule) { in AddSubmodule() function in Fortran::semantics::Scope
2462 if (!ancestor->AddSubmodule(name.source, currScope())) { in BeginSubmodule()