clang 19.0.0git
Public Attributes | List of all members
clang::syntax::List::ElementAndDelimiter< Element > Struct Template Reference

#include "clang/Tooling/Syntax/Tree.h"

Public Attributes

Element * element
 
Leafdelimiter
 

Detailed Description

template<typename Element>
struct clang::syntax::List::ElementAndDelimiter< Element >

Definition at line 256 of file Tree.h.

Member Data Documentation

◆ delimiter

template<typename Element >
Leaf* clang::syntax::List::ElementAndDelimiter< Element >::delimiter

Definition at line 258 of file Tree.h.

◆ element

template<typename Element >
Element* clang::syntax::List::ElementAndDelimiter< Element >::element

Definition at line 257 of file Tree.h.


The documentation for this struct was generated from the following file: