Home
last modified time | relevance | path

Searched refs:DeclaratorList (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/clang/include/clang/Tooling/Syntax/
DNodes.h398 class DeclaratorList final : public List {
400 DeclaratorList() : List(NodeKind::DeclaratorList) {} in DeclaratorList() function
DNodes.td30 def DeclaratorList : External<List> {}
/external/llvm-project/clang/lib/Tooling/Syntax/
DTree.cpp434 case NodeKind::DeclaratorList: in getDelimiterTokenKind()
448 case NodeKind::DeclaratorList: in getTerminationKind()
464 case NodeKind::DeclaratorList: in canBeEmpty()
DSynthesis.cpp190 case syntax::NodeKind::DeclaratorList: in allocateTree()
191 return new (A.getAllocator()) syntax::DeclaratorList; in allocateTree()
DNodes.cpp177 syntax::DeclaratorList::getDeclarators() { in getDeclarators()
187 syntax::DeclaratorList::getDeclaratorsAndCommas() { in getDeclaratorsAndCommas()
DBuildTree.cpp1555 Builder.markChild(new (allocator()) syntax::DeclaratorList, in processDeclaratorAndDeclaration()
1573 auto *DL = new (allocator()) syntax::DeclaratorList; in processDeclaratorAndDeclaration()