clang 20.0.0git
|
for (<decl> : <init>) <body> More...
#include "clang/Tooling/Syntax/Nodes.h"
Public Member Functions | |
RangeBasedForStatement () | |
Leaf * | getForKeyword () |
Statement * | getBody () |
![]() | |
Statement (NodeKind K) | |
![]() | |
Node * | getFirstChild () |
const Node * | getFirstChild () const |
Node * | getLastChild () |
const Node * | getLastChild () const |
const Leaf * | findFirstLeaf () const |
Leaf * | findFirstLeaf () |
const Leaf * | findLastLeaf () const |
Leaf * | findLastLeaf () |
llvm::iterator_range< ChildIterator > | getChildren () |
llvm::iterator_range< ConstChildIterator > | getChildren () const |
const Node * |