Home
last modified time | relevance | path

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

/external/llvm-project/flang/lib/Semantics/
Dtype.cpp21 : name_{name}, typeSymbol_{typeSymbol} { in DerivedTypeSpec()
49 messages.Say(typeSymbol_.name(), in CookParameters()
51 typeSymbol_.name()); in CookParameters()
57 auto parameterNames{OrderParameterNames(typeSymbol_)}; in CookParameters()
58 auto parameterDecls{OrderParameterDeclarations(typeSymbol_)}; in CookParameters()
71 name, typeSymbol_.name()); in CookParameters()
88 typeSymbol_.name()); in CookParameters()
114 auto parameterDecls{OrderParameterDeclarations(typeSymbol_)}; in EvaluateParameters()
175 return typeSymbol_.get<DerivedTypeDetails>().isForwardReferenced(); in IsForwardReferenced()
222 foldingContext.messages().Say(typeSymbol_.name(), in Instantiate()
[all …]
/external/llvm-project/flang/include/flang/Semantics/
Dtype.h247 const Symbol &typeSymbol() const { return typeSymbol_; } in typeSymbol()
283 return &typeSymbol_ == &that.typeSymbol_ && cooked_ == that.cooked_ &&
291 const Symbol &typeSymbol_; variable