Searched refs:commonStmt (Results 1 – 1 of 1) sorted by relevance
7085 if (const auto *commonStmt{parser::Unwrap<parser::CommonStmt>(y)}) { in PreSpecificationConstruct() local7086 CreateCommonBlockSymbols(*commonStmt); in PreSpecificationConstruct()7095 const parser::CommonStmt &commonStmt) { in CreateCommonBlockSymbols() argument7096 for (const parser::CommonStmt::Block &block : commonStmt.blocks) { in CreateCommonBlockSymbols()