Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Demangle/
DItaniumDemangle.cpp407 PointerType(Node *Pointee_) in PointerType() argument
408 : Node(KPointerType, Pointee_->RHSComponentCache), in PointerType()
409 Pointee(Pointee_) {} in PointerType()
472 ReferenceType(Node *Pointee_, ReferenceKind RK_) in ReferenceType() argument
473 : Node(KReferenceType, Pointee_->RHSComponentCache), in ReferenceType()
474 Pointee(Pointee_), RK(RK_) {} in ReferenceType()
/external/libcxxabi/src/demangle/
DItaniumDemangle.h471 PointerType(const Node *Pointee_) in PointerType() argument
472 : Node(KPointerType, Pointee_->RHSComponentCache), in PointerType()
473 Pointee(Pointee_) {} in PointerType()
538 ReferenceType(const Node *Pointee_, ReferenceKind RK_) in ReferenceType() argument
539 : Node(KReferenceType, Pointee_->RHSComponentCache), in ReferenceType()
540 Pointee(Pointee_), RK(RK_) {} in ReferenceType()