Searched refs:Base_ (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Demangle/ |
| H A D | ItaniumDemangle.h | 525 AbiTagAttr(Node* Base_, StringView Tag_) in AbiTagAttr() 526 : Node(KAbiTagAttr, Base_->RHSComponentCache, in AbiTagAttr() 527 Base_->ArrayCache, Base_->FunctionCache), in AbiTagAttr() 528 Base(Base_), Tag(Tag_) {} in AbiTagAttr() 741 ArrayType(const Node *Base_, Node *Dimension_) in ArrayType() argument 745 Base(Base_), Dimension(Dimension_) {} in ArrayType() 1607 DtorName(const Node *Base_) : Node(KDtorName), Base(Base_) {} in DtorName() argument
|
| /llvm-project-15.0.7/libcxxabi/src/demangle/ |
| H A D | ItaniumDemangle.h | 525 AbiTagAttr(Node* Base_, StringView Tag_) in AbiTagAttr() 526 : Node(KAbiTagAttr, Base_->RHSComponentCache, in AbiTagAttr() 527 Base_->ArrayCache, Base_->FunctionCache), in AbiTagAttr() 528 Base(Base_), Tag(Tag_) {} in AbiTagAttr() 741 ArrayType(const Node *Base_, Node *Dimension_) in ArrayType() argument 745 Base(Base_), Dimension(Dimension_) {} in ArrayType() 1607 DtorName(const Node *Base_) : Node(KDtorName), Base(Base_) {} in DtorName() argument
|