Lines Matching defs:decls
6422 const auto &decls{std::get<std::list<parser::EntityDecl>>(structStmt.t)};
6423 if (!decls.empty()) {
6426 Walk(decls);
8975 const std::list<parser::DeclarationConstruct> &decls) {
9009 for (const auto &decl : decls) {
9036 implicitPart, decls] = x.t;
9052 HandleDerivedTypesInImplicitStmts(implicitPart, decls);
9054 for (const auto &decl : decls) {
9060 Walk(decls);
9061 FinishSpecificationPart(decls);
9126 const std::list<parser::ObjectDecl> &decls, Attr attr) {
9127 for (const parser::ObjectDecl &decl : decls) {
9197 const std::list<parser::DeclarationConstruct> &decls) {
9237 for (const auto &decl : decls) {