Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dtype.cpp243 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