Lines Matching defs:extant
4451 if (Symbol * extant{FindSymbol(outer, entryName)}) {
4452 if (!HandlePreviousCalls(entryName, *extant, subpFlag)) {
4456 *extant, "Previous definition of '%s'"_en_US);
4458 SayAlreadyDeclared(entryName, *extant);
4462 attrs = extant->attrs();
4771 // If the extant symbol is a generic, check its homonymous specific
5457 if (auto *extant{FindInScope(name)}) {
5458 if (auto *d{extant->detailsIf<GenericDetails>()}; d && !d->derivedType()) {
5718 extant{ppcBuiltinTypesScope->FindInstantiatedDerivedType(
5722 SetDeclTypeSpec(*extant);
5795 // scope does, then we'll use that extant spec; otherwise, when this
5811 extant{currScope().FindInstantiatedDerivedType(*spec, category)}) {
5814 SetDeclTypeSpec(*extant);
5843 extant{currScope().FindInstantiatedDerivedType(
5845 SetDeclTypeSpec(*extant);
9165 // Extending an extant generic in the same scope