Searched defs:ForwardTemplateReference (Results 1 – 2 of 2) sorted by relevance
1144 struct ForwardTemplateReference : Node { struct1154 ForwardTemplateReference(size_t Index_) in ForwardTemplateReference() argument1164 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()
1018 struct ForwardTemplateReference : Node { struct1019 size_t Index;1020 Node *Ref = nullptr;1026 mutable bool Printing = false;1028 ForwardTemplateReference(size_t Index_) in ForwardTemplateReference() argument1033 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 …]