Searched refs:Pointee_ (Results 1 – 1 of 1) sorted by relevance
466 PointerType(const Node *Pointee_) in PointerType() argument467 : Node(KPointerType, Pointee_->RHSComponentCache), in PointerType()468 Pointee(Pointee_) {} in PointerType()533 ReferenceType(const Node *Pointee_, ReferenceKind RK_) in ReferenceType() argument534 : Node(KReferenceType, Pointee_->RHSComponentCache), in ReferenceType()535 Pointee(Pointee_), RK(RK_) {} in ReferenceType()