Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dscope.h188 Symbol *FindCommonBlock(const SourceName &) const;
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dscope.cpp152 Symbol *Scope::FindCommonBlock(const SourceName &name) const { in FindCommonBlock() function in Fortran::semantics::Scope
H A Dresolve-directives.cpp968 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()
H A Dresolve-names.cpp5303 if (auto *symbol{currScope().FindCommonBlock(name)}) { in CheckSaveStmts()