Searched refs:Pointee_ (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 584 PointerType(const Node *Pointee_) in PointerType() argument 585 : Node(KPointerType, Pointee_->RHSComponentCache), in PointerType() 586 Pointee(Pointee_) {} in PointerType() 666 ReferenceType(const Node *Pointee_, ReferenceKind RK_) in ReferenceType() argument 667 : Node(KReferenceType, Pointee_->RHSComponentCache), in ReferenceType() 668 Pointee(Pointee_), RK(RK_) {} in ReferenceType()
|
| /llvm-project-15.0.7/libcxxabi/src/demangle/ |
| H A D | ItaniumDemangle.h | 584 PointerType(const Node *Pointee_) in PointerType() argument 585 : Node(KPointerType, Pointee_->RHSComponentCache), in PointerType() 586 Pointee(Pointee_) {} in PointerType() 666 ReferenceType(const Node *Pointee_, ReferenceKind RK_) in ReferenceType() argument 667 : Node(KReferenceType, Pointee_->RHSComponentCache), in ReferenceType() 668 Pointee(Pointee_), RK(RK_) {} in ReferenceType()
|