Searched defs:referenced_type (Results 1 – 3 of 3) sorted by relevance
121 static const Type* GetReferenceType(const Type* referenced_type, in GetReferenceType()126 static const Type* GetConstReferenceType(const Type* referenced_type) { in GetConstReferenceType()129 static const Type* GetMutableReferenceType(const Type* referenced_type) { in GetMutableReferenceType()133 static const Type* GetMutableSliceType(const Type* referenced_type) { in GetMutableSliceType()136 static const Type* GetConstSliceType(const Type* referenced_type) { in GetConstSliceType()
2278 if (base::Optional<const Type*> referenced_type = in GenerateFieldAccess() local2491 const Type* referenced_type = *reference.ReferencedType(); in GenerateFetchFromLocation() local2551 const Type* referenced_type = *reference.ReferencedType(); in GenerateAssignToLocation() local
1307 auto referenced_type = child_results->NextAs<TypeExpression*>(); in MakeReferenceTypeExpression() local