Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Tooling/Syntax/
DNodes.h432 class ExplicitTemplateInstantiation final : public Declaration {
434 ExplicitTemplateInstantiation() in ExplicitTemplateInstantiation() function
435 : Declaration(NodeKind::ExplicitTemplateInstantiation) {} in ExplicitTemplateInstantiation()
DNodes.td246 def ExplicitTemplateInstantiation : External<Declaration> {}
/external/llvm-project/clang/lib/Tooling/Syntax/
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()
DSynthesis.cpp150 case syntax::NodeKind::ExplicitTemplateInstantiation: in allocateTree()
151 return new (A.getAllocator()) syntax::ExplicitTemplateInstantiation; in allocateTree()
DBuildTree.cpp1622 Range, new (allocator()) syntax::ExplicitTemplateInstantiation, From); in foldExplicitTemplateInstantiation()