Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/Tooling/Syntax/
DNodes.h508 class ParenDeclarator final : public Declarator {
510 ParenDeclarator() : Declarator(NodeKind::ParenDeclarator) {} in ParenDeclarator() function
DNodes.td256 def ParenDeclarator : External<Declarator> {}
/external/llvm-project/clang/lib/Tooling/Syntax/
DSynthesis.cpp164 case syntax::NodeKind::ParenDeclarator: in allocateTree()
165 return new (A.getAllocator()) syntax::ParenDeclarator; in allocateTree()
DNodes.cpp390 syntax::Leaf *syntax::ParenDeclarator::getLparen() { in getLparen()
394 syntax::Leaf *syntax::ParenDeclarator::getRparen() { in getRparen()
DBuildTree.cpp1315 new (allocator()) syntax::ParenDeclarator, L); in WalkUpFromParenTypeLoc()