Home
last modified time | relevance | path

Searched defs:ForwardTemplateReference (Results 1 – 3 of 3) sorted by relevance

/external/libcxxabi/src/demangle/
DItaniumDemangle.h1144 struct ForwardTemplateReference : Node { struct
1154 ForwardTemplateReference(size_t Index_) in ForwardTemplateReference() function
1164 bool hasRHSComponentSlow(OutputStream &S) const override { in hasRHSComponentSlow()
1170 bool hasArraySlow(OutputStream &S) const override { in hasArraySlow()
1176 bool hasFunctionSlow(OutputStream &S) const override { in hasFunctionSlow()
1182 const Node *getSyntaxNode(OutputStream &S) const override { in getSyntaxNode()
1189 void printLeft(OutputStream &S) const override { in printLeft()
1195 void printRight(OutputStream &S) const override { in printRight()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DItaniumDemangle.h1231 struct ForwardTemplateReference : Node { struct
1241 ForwardTemplateReference(size_t Index_) in ForwardTemplateReference() argument
1251 bool hasRHSComponentSlow(OutputStream &S) const override { in hasRHSComponentSlow()
1257 bool hasArraySlow(OutputStream &S) const override { in hasArraySlow()
1263 bool hasFunctionSlow(OutputStream &S) const override { in hasFunctionSlow()
1269 const Node *getSyntaxNode(OutputStream &S) const override { in getSyntaxNode()
1276 void printLeft(OutputStream &S) const override { in printLeft()
1282 void printRight(OutputStream &S) const override { in printRight()
/external/cronet/buildtools/third_party/libc++abi/trunk/src/demangle/
DItaniumDemangle.h1428 struct ForwardTemplateReference : Node { struct
1438 ForwardTemplateReference(size_t Index_) in ForwardTemplateReference() argument
1448 bool hasRHSComponentSlow(OutputBuffer &OB) const override { in hasRHSComponentSlow()
1454 bool hasArraySlow(OutputBuffer &OB) const override { in hasArraySlow()
1460 bool hasFunctionSlow(OutputBuffer &OB) const override { in hasFunctionSlow()
1466 const Node *getSyntaxNode(OutputBuffer &OB) const override { in getSyntaxNode()
1473 void printLeft(OutputBuffer &OB) const override { in printLeft()
1479 void printRight(OutputBuffer &OB) const override { in printRight()