Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp644 const DeclTypeSpec *GetImplicitType(
2355 if (const DeclTypeSpec * type{GetImplicitType(symbol)}) { in ApplyImplicitRules()
2393 GetImplicitType(symbol, false /*ignore IMPLICIT NONE*/)}; in ImplicitlyTypeForwardRef()
2434 const DeclTypeSpec *ScopeHandler::GetImplicitType( in GetImplicitType() function in Fortran::semantics::ScopeHandler
6946 TypesMismatchIfNonNull(symbol.GetType(), GetImplicitType(symbol))) { in SetProcFlag()