Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h556 AbiTagAttr(Node *Base_, std::string_view Tag_) in AbiTagAttr()
557 : Node(KAbiTagAttr, Base_->RHSComponentCache, Base_->ArrayCache, in AbiTagAttr()
558 Base_->FunctionCache), in AbiTagAttr()
559 Base(Base_), Tag(Tag_) {} in AbiTagAttr()
776 ArrayType(const Node *Base_, Node *Dimension_) in ArrayType() argument
780 Base(Base_), Dimension(Dimension_) {} in ArrayType()
902 ExplicitObjectParameter(Node *Base_) in ExplicitObjectParameter() argument
903 : Node(KExplicitObjectParameter), Base(Base_) { in ExplicitObjectParameter()
1743 DtorName(const Node *Base_) : Node(KDtorName), Base(Base_) {} in DtorName() argument