Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h407 AbiTagAttr(Node* Base_, StringView Tag_) in AbiTagAttr()
408 : Node(KAbiTagAttr, Base_->RHSComponentCache, in AbiTagAttr()
409 Base_->ArrayCache, Base_->FunctionCache), in AbiTagAttr()
410 Base(Base_), Tag(Tag_) {} in AbiTagAttr()
640 ArrayType(const Node *Base_, NodeOrString Dimension_) in ArrayType() argument
644 Base(Base_), Dimension(Dimension_) {} in ArrayType()
1383 DtorName(const Node *Base_) : Node(KDtorName), Base(Base_) {} in DtorName() argument