Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h481 PointerType(const Node *Pointee_) in PointerType() argument
482 : Node(KPointerType, Pointee_->RHSComponentCache), in PointerType()
483 Pointee(Pointee_) {} in PointerType()
548 ReferenceType(const Node *Pointee_, ReferenceKind RK_) in ReferenceType() argument
549 : Node(KReferenceType, Pointee_->RHSComponentCache), in ReferenceType()
550 Pointee(Pointee_), RK(RK_) {} in ReferenceType()