Searched refs:ExplicitTemplateInstantiation (Results 1 – 5 of 5) sorted by relevance
427 class ExplicitTemplateInstantiation final : public Declaration {429 ExplicitTemplateInstantiation() in ExplicitTemplateInstantiation() function430 : Declaration(NodeKind::ExplicitTemplateInstantiation) {} in ExplicitTemplateInstantiation()
246 def ExplicitTemplateInstantiation : External<Declaration> {}
376 syntax::Leaf *syntax::ExplicitTemplateInstantiation::getTemplateKeyword() { in getTemplateKeyword()381 syntax::Leaf *syntax::ExplicitTemplateInstantiation::getExternKeyword() { in getExternKeyword()385 syntax::Declaration *syntax::ExplicitTemplateInstantiation::getDeclaration() { in getDeclaration()
157 case syntax::NodeKind::ExplicitTemplateInstantiation: in allocateTree()158 return new (A.getAllocator()) syntax::ExplicitTemplateInstantiation; in allocateTree()
1662 Range, new (allocator()) syntax::ExplicitTemplateInstantiation, From); in foldExplicitTemplateInstantiation()