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