Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-names.cpp332 const auto *type{GetDeclTypeSpec()}; in ProcessTypeSpec()
355 const DeclTypeSpec *GetDeclTypeSpec();
3849 if (const auto *typeSpec{GetDeclTypeSpec()}) { in Post()
4196 if (auto *type{GetDeclTypeSpec()}) { in DeclareUnknownEntity()
4268 if (auto *type{GetDeclTypeSpec()}) { in DeclareObjectEntity()
4591 auto *type{GetDeclTypeSpec()}; in Post()
4649 if (const auto *declType{GetDeclTypeSpec()}) { in Post()
4734 if (const auto *declType{GetDeclTypeSpec()}) { in Pre()
4774 } else if (auto *type{GetDeclTypeSpec()}) { in Post()
6215 } else if (const auto *type{GetDeclTypeSpec()}) { in Post()
[all …]