Searched refs:Pointee_ (Results 1 – 1 of 1) sorted by relevance
616 PointerType(const Node *Pointee_) in PointerType() argument617 : Node(KPointerType, Pointee_->RHSComponentCache), in PointerType()618 Pointee(Pointee_) {} in PointerType()700 ReferenceType(const Node *Pointee_, ReferenceKind RK_) in ReferenceType() argument701 : Node(KReferenceType, Pointee_->RHSComponentCache), in ReferenceType()702 Pointee(Pointee_), RK(RK_) {} in ReferenceType()