Home
last modified time | relevance | path

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

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