clang 20.0.0git
|
#include "clang/AST/StmtGraphTraits.h"
Public Types | |
using | NodeRef = clang::Stmt * |
using | ChildIteratorType = clang::Stmt::child_iterator |
using | nodes_iterator = llvm::df_iterator< clang::Stmt * > |
Static Public Member Functions | |
static NodeRef | getEntryNode (clang::Stmt *S) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
static nodes_iterator | nodes_begin (clang::Stmt *S) |
static nodes_iterator | nodes_end (clang::Stmt *S) |
Definition at line 23 of file StmtGraphTraits.h.
using llvm::GraphTraits< clang::Stmt * >::ChildIteratorType = clang::Stmt::child_iterator |
Definition at line 25 of file StmtGraphTraits.h.
using llvm::GraphTraits< clang::Stmt * >::NodeRef = clang::Stmt * |
Definition at line 24 of file StmtGraphTraits.h.
using llvm::GraphTraits< clang::Stmt * >::nodes_iterator = llvm::df_iterator<clang::Stmt *> |
Definition at line 26 of file StmtGraphTraits.h.
|
inlinestatic |
Definition at line 30 of file StmtGraphTraits.h.
References clang::Stmt::child_begin().
|
inlinestatic |
Definition at line 35 of file StmtGraphTraits.h.
References clang::Stmt::child_end().
|
inlinestatic |
Definition at line 28 of file StmtGraphTraits.h.
|
inlinestatic |
Definition at line 40 of file StmtGraphTraits.h.
|
inlinestatic |
Definition at line 44 of file StmtGraphTraits.h.