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.h555 AbiTagAttr(Node *Base_, std::string_view Tag_) in AbiTagAttr()
556 : Node(KAbiTagAttr, Base_->RHSComponentCache, Base_->ArrayCache, in AbiTagAttr()
557 Base_->FunctionCache), in AbiTagAttr()
558 Base(Base_), Tag(Tag_) {} in AbiTagAttr()
775 ArrayType(const Node *Base_, Node *Dimension_) in ArrayType() argument
779 Base(Base_), Dimension(Dimension_) {} in ArrayType()
901 ExplicitObjectParameter(Node *Base_) in ExplicitObjectParameter() argument
902 : Node(KExplicitObjectParameter), Base(Base_) { in ExplicitObjectParameter()
1742 DtorName(const Node *Base_) : Node(KDtorName), Base(Base_) {} in DtorName() argument