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