Home
last modified time | relevance | path

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

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