Home
last modified time | relevance | path

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

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