Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dscope.h202 Scope *FindSubmodule(const SourceName &) const;
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dscope.cpp157 Scope *Scope::FindSubmodule(const SourceName &name) const { in FindSubmodule() function in Fortran::semantics::Scope
H A Dmod-file.cpp926 if (auto *scope{ancestor->FindSubmodule(name)}) { in Read()