Searched refs:Pointee_ (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h477 PointerType(const Node *Pointee_) argument
478 : Node(KPointerType, Pointee_->RHSComponentCache),
479 Pointee(Pointee_) {}
544 ReferenceType(const Node *Pointee_, ReferenceKind RK_) argument
545 : Node(KReferenceType, Pointee_->RHSComponentCache),
546 Pointee(Pointee_), RK(RK_) {}

Completed in 79 milliseconds