Home
last modified time | relevance | path

Searched refs:TemplateDeclaration (Results 1 – 14 of 14) sorted by relevance

/external/llvm-project/clang/include/clang/Tooling/Syntax/
DNodes.h419 class TemplateDeclaration final : public Declaration {
421 TemplateDeclaration() : Declaration(NodeKind::TemplateDeclaration) {} in TemplateDeclaration() function
DNodes.td245 def TemplateDeclaration : External<Declaration> {}
/external/rust/crates/bindgen/src/ir/
Dtraversal.rs60 TemplateDeclaration, enumerator
225 EdgeKind::TemplateDeclaration | in codegen_edges()
Dtemplate.rs338 .visit_kind(self.definition.into(), EdgeKind::TemplateDeclaration); in trace()
/external/llvm-project/clang/lib/Tooling/Syntax/
DSynthesis.cpp148 case syntax::NodeKind::TemplateDeclaration: in allocateTree()
149 return new (A.getAllocator()) syntax::TemplateDeclaration; in allocateTree()
DNodes.cpp366 syntax::Leaf *syntax::TemplateDeclaration::getTemplateKeyword() { in getTemplateKeyword()
371 syntax::Declaration *syntax::TemplateDeclaration::getDeclaration() { in getDeclaration()
DBuildTree.cpp1625 syntax::TemplateDeclaration *foldTemplateDeclaration( in foldTemplateDeclaration()
1631 auto *N = new (allocator()) syntax::TemplateDeclaration; in foldTemplateDeclaration()
/external/rust/crates/bindgen/src/ir/analysis/
Dhas_destructor.rs51 EdgeKind::TemplateDeclaration => true, in consider_edge()
Dhas_vtable.rs87 EdgeKind::TemplateDeclaration => true, in consider_edge()
Dhas_type_param_in_array.rs52 EdgeKind::TemplateDeclaration | in consider_edge()
Dhas_float.rs50 EdgeKind::TemplateDeclaration | in consider_edge()
Dderive.rs92 EdgeKind::TemplateDeclaration | in consider_edge_default()
491 EdgeKind::TemplateArgument | EdgeKind::TemplateDeclaration => { in consider_edge_tmpl_inst()
Dsizedness.rs120 EdgeKind::TemplateDeclaration | in consider_edge()
Dtemplate_params.rs195 EdgeKind::TemplateDeclaration | in consider_edge()