clang 20.0.0git
|
#include "clang/AST/StmtGraphTraits.h"
Public Types | |
using | NodeRef = const clang::Stmt * |
using | ChildIteratorType = clang::Stmt::const_child_iterator |
using | nodes_iterator = llvm::df_iterator< const clang::Stmt * > |
Static Public Member Functions | |
static NodeRef | getEntryNode (const clang::Stmt *S) |
static ChildIteratorType | child_begin (NodeRef N) |
static ChildIteratorType | child_end (NodeRef N) |
static nodes_iterator | nodes_begin (const clang::Stmt *S) |
static nodes_iterator | nodes_end (const clang::Stmt *S) |
Definition at line 49 of file StmtGraphTraits.h.
using llvm::GraphTraits< const clang::Stmt * >::ChildIteratorType = clang::Stmt::const_child_iterator |
Definition at line 51 of file StmtGraphTraits.h.
using llvm::GraphTraits< const clang::Stmt * >::NodeRef = const clang::Stmt * |
Definition at line 50 of file StmtGraphTraits.h.
using llvm::GraphTraits< const clang::Stmt * >::nodes_iterator = llvm::df_iterator<const clang::Stmt *> |
Definition at line 52 of file StmtGraphTraits.h.
|
inlinestatic |
Definition at line 56 of file StmtGraphTraits.h.
References clang::Stmt::child_begin().
|
inlinestatic |
Definition at line 61 of file StmtGraphTraits.h.
References clang::Stmt::child_end().
|
inlinestatic |
Definition at line 54 of file StmtGraphTraits.h.
|
inlinestatic |
Definition at line 66 of file StmtGraphTraits.h.
|
inlinestatic |
Definition at line 70 of file StmtGraphTraits.h.