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