clang
9.0.0
|
{ statement1; statement2; … } More...
#include "clang/Tooling/Syntax/Nodes.h"
Public Member Functions | |
CompoundStatement () | |
syntax::Leaf * | lbrace () |
syntax::Leaf * | rbrace () |
![]() | |
Statement (NodeKind K) | |
![]() | |
Node * | firstChild () |
const Node * | firstChild () const |
![]() | |
Node (NodeKind Kind) | |
Newly created nodes are detached from a tree, parent and sibling links are set when the node is added as a child to another one. More... | |
NodeKind | kind () const |
NodeRole | role () const |
const Tree * | parent () const |
Tree * | parent () |
const Node * | nextSibling () const |
Node * | nextSibling () |
std::string | dump (const Arena &A) const |
Dumps the structure of a subtree. For debugging and testing purposes. More... | |
std::string | dumpTokens (const Arena &A) const |
Dumps the tokens forming this subtree. More... | |
Static Public Member Functions | |
static bool | classof (const Node *N) |
![]() | |
static bool | classof (const Node *N) |
![]() | |
static bool | classof (const Node *N) |
Additional Inherited Members | |
![]() | |
syntax::Node * | findChild (NodeRole R) |
Find the first node with a corresponding role. More... | |
|
inline |
Definition at line 83 of file Nodes.h.
References clang::syntax::CompoundStatement, and clang::syntax::Node::kind().
syntax::Leaf * syntax::CompoundStatement::lbrace | ( | ) |
Definition at line 27 of file Nodes.cpp.
References clang::syntax::CompoundStatement_lbrace, and clang::syntax::Tree::findChild().
syntax::Leaf * syntax::CompoundStatement::rbrace | ( | ) |
Definition at line 32 of file Nodes.cpp.
References clang::syntax::CompoundStatement_rbrace, and clang::syntax::Tree::findChild().