Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h582 AbiTagAttr(Node *Base_, std::string_view Tag_) in AbiTagAttr()
583 : Node(KAbiTagAttr, Base_->getRHSComponentCache(), Base_->getArrayCache(), in AbiTagAttr()
584 Base_->getFunctionCache()), in AbiTagAttr()
585 Base(Base_), Tag(Tag_) {} in AbiTagAttr()
802 ArrayType(const Node *Base_, Node *Dimension_) in ArrayType() argument
806 Base(Base_), Dimension(Dimension_) {} in ArrayType()
937 ExplicitObjectParameter(Node *Base_) in ExplicitObjectParameter() argument
938 : Node(KExplicitObjectParameter), Base(Base_) { in ExplicitObjectParameter()
1780 DtorName(const Node *Base_) : Node(KDtorName), Base(Base_) {} in DtorName() argument