Home
last modified time | relevance | path

Searched defs:moduleInterface (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dsymbol.h105 Symbol *moduleInterface() { return moduleInterface_; } in moduleInterface() function
106 const Symbol *moduleInterface() const { return moduleInterface_; } in moduleInterface() function
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp3617 Symbol *moduleInterface{nullptr}; in BeginSubprogram() local