Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/Tooling/Syntax/
DNodes.h393 class DeclaratorList final : public List {
395 DeclaratorList() : List(NodeKind::DeclaratorList) {} in DeclaratorList() function
DNodes.td30 def DeclaratorList : External<List> {}
/openbsd/src/gnu/llvm/clang/lib/Tooling/Syntax/
DTree.cpp405 case NodeKind::DeclaratorList: in getDelimiterTokenKind()
419 case NodeKind::DeclaratorList: in getTerminationKind()
435 case NodeKind::DeclaratorList: in canBeEmpty()
DSynthesis.cpp197 case syntax::NodeKind::DeclaratorList: in allocateTree()
198 return new (A.getAllocator()) syntax::DeclaratorList; in allocateTree()
DNodes.cpp177 syntax::DeclaratorList::getDeclarators() { in getDeclarators()
187 syntax::DeclaratorList::getDeclaratorsAndCommas() { in getDeclaratorsAndCommas()
DBuildTree.cpp1594 Builder.markChild(new (allocator()) syntax::DeclaratorList, in processDeclaratorAndDeclaration()
1612 auto *DL = new (allocator()) syntax::DeclaratorList; in processDeclaratorAndDeclaration()