Home
last modified time | relevance | path

Searched refs:IsSubmodule (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/flang/lib/Lower/
H A DMangler.cpp62 scope.IsSubmodule()) { in findInterfaceIfSeperateMP()
H A DBridge.cpp2912 if (procSymbol.owner().IsSubmodule()) in lowerFunc()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dscope.h99 bool IsSubmodule() const { in IsSubmodule() function
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dcheck-expression.cpp518 ultimate.owner().IsModule() || ultimate.owner().IsSubmodule()) { in operator ()()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-declarations.cpp909 entryScope->parent().IsSubmodule())) { in CheckSubprogram()