Searched refs:FindInTypeOrParents (Results 1 – 1 of 1) sorted by relevance
551 Symbol *FindInTypeOrParents(const Scope &, const parser::Name &);552 Symbol *FindInTypeOrParents(const parser::Name &);2320 Symbol *ScopeHandler::FindInTypeOrParents( in FindInTypeOrParents() function in Fortran::semantics::ScopeHandler2324 Symbol *ScopeHandler::FindInTypeOrParents(const parser::Name &name) { in FindInTypeOrParents() function in Fortran::semantics::ScopeHandler2325 return FindInTypeOrParents(currScope(), name); in FindInTypeOrParents()4819 auto *symbol{FindInTypeOrParents(*bindingName)}; in Post()5077 FindInTypeOrParents(*typeScope, kw->v); in Pre()