Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h422 AbiTagAttr(Node* Base_, StringView Tag_) in AbiTagAttr()
423 : Node(KAbiTagAttr, Base_->RHSComponentCache, in AbiTagAttr()
424 Base_->ArrayCache, Base_->FunctionCache), in AbiTagAttr()
425 Base(Base_), Tag(Tag_) {} in AbiTagAttr()
619 ArrayType(const Node *Base_, Node *Dimension_) in ArrayType() argument
623 Base(Base_), Dimension(Dimension_) {} in ArrayType()
1479 DtorName(const Node *Base_) : Node(KDtorName), Base(Base_) {} in DtorName() argument