Searched defs:paramDecls (Results 1 – 2 of 2) sorted by relevance
/llvm-project/flang/include/flang/Semantics/ | ||
H A D | symbol.h | 464 const SymbolVector ¶mDecls() const { return paramDecls_; } paramDecls() function |
/llvm-project/flang/lib/Semantics/ | ||
H A D | tools.cpp | 1153 const auto ¶mDecls{typeSymbol.get<DerivedTypeDetails>().paramDecls()}; OrderParameterDeclarations() local |