Home
last modified time | relevance | path

Searched refs:ExplicitTemplateInstantiation (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Syntax/
H A DNodes.h427 class ExplicitTemplateInstantiation final : public Declaration {
429 ExplicitTemplateInstantiation() in ExplicitTemplateInstantiation() function
430 : Declaration(NodeKind::ExplicitTemplateInstantiation) {} in ExplicitTemplateInstantiation()
H A DNodes.td246 def ExplicitTemplateInstantiation : External<Declaration> {}
/freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/
H A DNodes.cpp376 syntax::Leaf *syntax::ExplicitTemplateInstantiation::getTemplateKeyword() { in getTemplateKeyword()
381 syntax::Leaf *syntax::ExplicitTemplateInstantiation::getExternKeyword() { in getExternKeyword()
385 syntax::Declaration *syntax::ExplicitTemplateInstantiation::getDeclaration() { in getDeclaration()
H A DSynthesis.cpp157 case syntax::NodeKind::ExplicitTemplateInstantiation: in allocateTree()
158 return new (A.getAllocator()) syntax::ExplicitTemplateInstantiation; in allocateTree()
H A DBuildTree.cpp1662 Range, new (allocator()) syntax::ExplicitTemplateInstantiation, From); in foldExplicitTemplateInstantiation()