dextool v4.0.0 (2021-09-08T15:39:18Z)
Dub
Repo
ForStmt
libclang_ast
ast
statement
Undocumented in source.
final
class
ForStmt :
Statement
{
import
clang
.
Cursor
:
Cursor
;
;
this
(Cursor cursor);
void
accept
(Visitor v);
}
Constructors
this
this
(Cursor cursor)
Undocumented in source.
Members
Functions
accept
void
accept
(Visitor v)
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From Statement
cursor
Cursor
cursor
()
Undocumented in source. Be warned that the author may not have intended to support it.
accept
void
accept
(Visitor v)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
libclang_ast
ast
statement
classes
AsmStmt
BreakStmt
CaseStmt
CompoundStmt
ContinueStmt
CxxCatchStmt
CxxForRangeStmt
CxxTryStmt
DeclStmt
DefaultStmt
DoStmt
ForStmt
GotoStmt
IfStmt
IndirectGotoStmt
LabelStmt
MsAsmStmt
NullStmt
ObjCAtCatchStmt
ObjCAtFinallyStmt
ObjCAtSynchronizedStmt
ObjCAtThrowStmt
ObjCAtTryStmt
ObjCAutoreleasePoolStmt
ObjCForCollectionStmt
ReturnStmt
SehExceptStmt
SehFinallyStmt
SehLeaveStmt
SehTryStmt
Statement
SwitchStmt
UnexposedStmt
WhileStmt