Searched refs:InstantiateType (Results 1 – 1 of 1) sorted by relevance
243 const DeclTypeSpec *InstantiateType(const Symbol &);422 if (const DeclTypeSpec * newType{InstantiateType(newSymbol)}) { in InstantiateComponent()465 if (const DeclTypeSpec * returnType{InstantiateType(newSymbol)}) { in InstantiateComponent()475 const DeclTypeSpec *InstantiateHelper::InstantiateType(const Symbol &symbol) { in InstantiateType() function in Fortran::semantics::InstantiateHelper