Searched refs:FindCommonBlock (Results 1 – 4 of 4) sorted by relevance
172 Symbol *FindCommonBlock(const SourceName &);
152 Symbol *Scope::FindCommonBlock(const SourceName &name) { in FindCommonBlock() function in Fortran::semantics::Scope
632 GetContext().scope.parent().FindCommonBlock(name->source)}) { in ResolveAccCommonBlockName()1077 ? GetContext().scope.parent().FindCommonBlock(name->source) in ResolveOmpCommonBlockName()1084 name ? GetContext().scope.FindCommonBlock(name->source) : nullptr}) { in ResolveOmpCommonBlockName()
4414 if (auto *symbol{currScope().FindCommonBlock(name)}) { in CheckSaveStmts()