Home
last modified time | relevance | path

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

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