Searched refs:TemplateDeclaration (Results 1 – 5 of 5) sorted by relevance
414 class TemplateDeclaration final : public Declaration {416 TemplateDeclaration() : Declaration(NodeKind::TemplateDeclaration) {} in TemplateDeclaration() function
245 def TemplateDeclaration : External<Declaration> {}
155 case syntax::NodeKind::TemplateDeclaration: in allocateTree()156 return new (A.getAllocator()) syntax::TemplateDeclaration; in allocateTree()
366 syntax::Leaf *syntax::TemplateDeclaration::getTemplateKeyword() { in getTemplateKeyword()371 syntax::Declaration *syntax::TemplateDeclaration::getDeclaration() { in getDeclaration()
1664 syntax::TemplateDeclaration *foldTemplateDeclaration( in foldTemplateDeclaration()1670 auto *N = new (allocator()) syntax::TemplateDeclaration; in foldTemplateDeclaration()