Home
last modified time | relevance | path

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

/external/libcxxabi/src/demangle/
DItaniumDemangle.h1144 struct ForwardTemplateReference : Node { struct
1154 ForwardTemplateReference(size_t Index_) in ForwardTemplateReference() argument
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-7.0/llvm/lib/Demangle/
DItaniumDemangle.cpp1018 struct ForwardTemplateReference : Node { struct
1019 size_t Index;
1020 Node *Ref = nullptr;
1026 mutable bool Printing = false;
1028 ForwardTemplateReference(size_t Index_) in ForwardTemplateReference() argument
1033 bool hasRHSComponentSlow(OutputStream &S) const override { in hasRHSComponentSlow()
1039 bool hasArraySlow(OutputStream &S) const override { in hasArraySlow()
1045 bool hasFunctionSlow(OutputStream &S) const override { in hasFunctionSlow()
1051 const Node *getSyntaxNode(OutputStream &S) const override { in getSyntaxNode()
1058 void printLeft(OutputStream &S) const override { in printLeft()
[all …]