Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-select-type.cpp61 return evaluate::DynamicType::From(typeSpec.declTypeSpec); in GetGuardType()
82 const DeclTypeSpec *spec{typeSpec.declTypeSpec}; in PassesChecksOnGuard()
H A Dresolve-names.cpp340 const DeclTypeSpec *declTypeSpec{nullptr}; member
1768 return state_.declTypeSpec; in GetDeclTypeSpec()
1773 CHECK(!state_.declTypeSpec); in BeginDeclTypeSpec()
1805 typeSpec.declTypeSpec = spec; in Post()
1810 typeSpec.declTypeSpec = spec; in Post()
1848 CHECK(!state_.declTypeSpec); in SetDeclTypeSpec()
1849 state_.declTypeSpec = &declTypeSpec; in SetDeclTypeSpec()
5612 declTypeSpec = prev->GetType(); in DeclareStatementEntity()
5619 declTypeSpec = ProcessTypeSpec(*type); in DeclareStatementEntity()
5621 if (declTypeSpec) { in DeclareStatementEntity()
[all …]
H A Dcheck-allocate.cpp108 info.typeSpec = typeSpec->declTypeSpec; in CheckAllocateOptions()
H A Dexpression.cpp67 if (const semantics::DeclTypeSpec * typeSpec{spec->declTypeSpec}) { in AnalyzeTypeSpec()
/llvm-project-15.0.7/flang/lib/Lower/
H A DAllocatable.cpp479 return typeSpec->declTypeSpec; in getIfAllocateStmtTypeSpec()
H A DConvertVariable.cpp55 if (const Fortran::semantics::DeclTypeSpec *declTypeSpec = sym.GetType()) in hasDefaultInitialization() local
57 declTypeSpec->AsDerived()) in hasDefaultInitialization()
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dparse-tree.h725 mutable const semantics::DeclTypeSpec *declTypeSpec{nullptr};