Searched refs:Pointee_ (Results 1 – 1 of 1) sorted by relevance
643 PointerType(const Node *Pointee_) in PointerType() argument644 : Node(KPointerType, Pointee_->getRHSComponentCache()), in PointerType()645 Pointee(Pointee_) {} in PointerType()727 ReferenceType(const Node *Pointee_, ReferenceKind RK_) in ReferenceType() argument728 : Node(KReferenceType, Pointee_->getRHSComponentCache()), in ReferenceType()729 Pointee(Pointee_), RK(RK_) {} in ReferenceType()