Home
last modified time | relevance | path

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

/llvm-project/flang/include/flang/Semantics/
H A Dsymbol.h203 const MaybeExpr &stmtFunction() const { return stmtFunction_; } in stmtFunction() function
/llvm-project/flang/lib/Semantics/
H A Dcheck-declarations.cpp1436 if (const MaybeExpr & stmtFunction{details.stmtFunction()}) { CheckSubprogram() local