Home
last modified time | relevance | path

Searched refs:commonStmt (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp7085 if (const auto *commonStmt{parser::Unwrap<parser::CommonStmt>(y)}) { in PreSpecificationConstruct() local
7086 CreateCommonBlockSymbols(*commonStmt); in PreSpecificationConstruct()
7095 const parser::CommonStmt &commonStmt) { in CreateCommonBlockSymbols() argument
7096 for (const parser::CommonStmt::Block &block : commonStmt.blocks) { in CreateCommonBlockSymbols()