Searched refs:typeSymbol_ (Results 1 – 2 of 2) sorted by relevance
24 : 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 …]
260 const Symbol &typeSymbol() const { return typeSymbol_; } in typeSymbol()310 const Symbol &typeSymbol_; variable318 return &typeSymbol_ == &that.typeSymbol_ && cooked_ == that.cooked_ && in RawEquals()