Searched refs:ExplicitTemplateInstantiation (Results 1 – 5 of 5) sorted by relevance
432 class ExplicitTemplateInstantiation final : public Declaration {434 ExplicitTemplateInstantiation() in ExplicitTemplateInstantiation() function435 : 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()
150 case syntax::NodeKind::ExplicitTemplateInstantiation: in allocateTree()151 return new (A.getAllocator()) syntax::ExplicitTemplateInstantiation; in allocateTree()
1622 Range, new (allocator()) syntax::ExplicitTemplateInstantiation, From); in foldExplicitTemplateInstantiation()