Searched defs:TypeReference (Results 1 – 5 of 5) sorted by relevance
32 ir::ETSTypeReference *TypeReference() in TypeReference() function37 ir::ETSTypeReference const *TypeReference() const in TypeReference() function
51 [[nodiscard]] ir::TypeNode *TypeReference() noexcept in TypeReference() function56 [[nodiscard]] ir::TypeNode const *TypeReference() const noexcept in TypeReference() function
47 [[nodiscard]] ir::TypeNode *TypeReference() noexcept in TypeReference() function52 [[nodiscard]] ir::TypeNode const *TypeReference() const noexcept in TypeReference() function
25 explicit TypeReference(Type **ref) : Type(TypeFlag::TYPE_REFERENCE), ref_(ref) {} in TypeReference() function
24 explicit TypeReference(Type **ref) : Type(TypeFlag::TYPE_REFERENCE), ref_(ref) {} in TypeReference() function