Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dscope.h203 bool AddSubmodule(const SourceName &, Scope &);
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dscope.cpp165 bool Scope::AddSubmodule(const SourceName &name, Scope &submodule) { in AddSubmodule() function in Fortran::semantics::Scope
H A Dresolve-names.cpp2965 if (ancestor && !ancestor->AddSubmodule(name.source, currScope())) { in BeginSubmodule()