Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dtools.h52 const Symbol *FindInterface(const Symbol &);
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dtools.cpp449 const Symbol *FindInterface(const Symbol &symbol) { in FindInterface() function
H A Dexpression.cpp1927 const auto *interface { semantics::FindInterface(proc) }; in GetPassIndex()