Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dsymbol.h281 const SymbolVector &paramDecls() const { return paramDecls_; } in paramDecls() function
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dtools.cpp1083 const auto &paramDecls{typeSymbol.get<DerivedTypeDetails>().paramDecls()}; in OrderParameterDeclarations() local