Lines Matching refs:NodeKind
35 syntax::Leaf::Leaf(syntax::TokenManager::Key K) : Node(NodeKind::Leaf), K(K) {} in Leaf()
37 syntax::Node::Node(NodeKind Kind) in Node()
401 case NodeKind::NestedNameSpecifier: in getDelimiterTokenKind()
403 case NodeKind::CallArguments: in getDelimiterTokenKind()
404 case NodeKind::ParameterDeclarationList: in getDelimiterTokenKind()
405 case NodeKind::DeclaratorList: in getDelimiterTokenKind()
415 case NodeKind::NestedNameSpecifier: in getTerminationKind()
417 case NodeKind::CallArguments: in getTerminationKind()
418 case NodeKind::ParameterDeclarationList: in getTerminationKind()
419 case NodeKind::DeclaratorList: in getTerminationKind()
429 case NodeKind::NestedNameSpecifier: in canBeEmpty()
431 case NodeKind::CallArguments: in canBeEmpty()
433 case NodeKind::ParameterDeclarationList: in canBeEmpty()
435 case NodeKind::DeclaratorList: in canBeEmpty()