Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dtype.cpp24 : name_{name}, typeSymbol_{typeSymbol} { in DerivedTypeSpec()
52 messages.Say(typeSymbol_.name(), in CookParameters()
54 typeSymbol_.name()); in CookParameters()
60 auto parameterNames{OrderParameterNames(typeSymbol_)}; in CookParameters()
74 name, typeSymbol_.name()); in CookParameters()
91 typeSymbol_.name()); in CookParameters()
206 if (&typeSymbol_ != &that.typeSymbol_) { in Match()
296 foldingContext.messages().Say(typeSymbol_.name(), in Instantiate()
298 typeSymbol_.name()); in Instantiate()
299 context.SetError(typeSymbol_); in Instantiate()
[all …]
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dtype.h260 const Symbol &typeSymbol() const { return typeSymbol_; } in typeSymbol()
310 const Symbol &typeSymbol_; variable
318 return &typeSymbol_ == &that.typeSymbol_ && cooked_ == that.cooked_ && in RawEquals()