Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dresolve-names.cpp6048 if (const auto *commonStmt{parser::Unwrap<parser::CommonStmt>(y)}) { in PreSpecificationConstruct() local
6049 CreateCommonBlockSymbols(*commonStmt); in PreSpecificationConstruct()
6058 const parser::CommonStmt &commonStmt) { in CreateCommonBlockSymbols() argument
6059 for (const parser::CommonStmt::Block &block : commonStmt.blocks) { in CreateCommonBlockSymbols()