Home
last modified time | relevance | path

Searched refs:TypeAliasDeclaration (Results 1 – 4 of 4) sorted by relevance

/external/llvm-project/clang/include/clang/Tooling/Syntax/
DNodes.h473 class TypeAliasDeclaration final : public Declaration {
475 TypeAliasDeclaration() : Declaration(NodeKind::TypeAliasDeclaration) {} in TypeAliasDeclaration() function
DNodes.td251 def TypeAliasDeclaration : External<Declaration> {}
/external/llvm-project/clang/lib/Tooling/Syntax/
DSynthesis.cpp160 case syntax::NodeKind::TypeAliasDeclaration: in allocateTree()
161 return new (A.getAllocator()) syntax::TypeAliasDeclaration; in allocateTree()
DBuildTree.cpp1540 new (allocator()) syntax::TypeAliasDeclaration, S); in WalkUpFromTypeAliasDecl()