Iterates over expressions/statements used in the construct.
More...
#include "clang/AST/StmtOpenMP.h"
Iterates over expressions/statements used in the construct.
Definition at line 350 of file StmtOpenMP.h.
◆ used_clauses_child_iterator()
clang::OMPExecutableDirective::used_clauses_child_iterator::used_clauses_child_iterator |
( |
ArrayRef< OMPClause * > |
Clauses | ) |
|
|
inlineexplicit |
◆ operator*()
Stmt * clang::OMPExecutableDirective::used_clauses_child_iterator::operator* |
( |
| ) |
const |
|
inline |
◆ operator++()
◆ operator->()
Stmt * clang::OMPExecutableDirective::used_clauses_child_iterator::operator-> |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: