Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dtools.h91 inline bool IsStmtFunction(const Symbol &symbol) { in IsStmtFunction() function
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dscope.cpp356 bool Scope::IsStmtFunction() const { in IsStmtFunction() function in Fortran::semantics::Scope