clang
10.0.0git
|
Iterates over a filtered subrange of clauses applied to a directive. More...
#include "clang/AST/StmtOpenMP.h"
Public Member Functions | |
specific_clause_iterator (ArrayRef< OMPClause *> Clauses) | |
const SpecificClause * | operator* () const |
const SpecificClause * | operator-> () const |
specific_clause_iterator & | operator++ () |
Iterates over a filtered subrange of clauses applied to a directive.
This iterator visits only clauses of type SpecificClause.
Definition at line 153 of file StmtOpenMP.h.
|
inlineexplicit |
Definition at line 167 of file StmtOpenMP.h.
|
inline |
Definition at line 173 of file StmtOpenMP.h.
|
inline |
Definition at line 178 of file StmtOpenMP.h.
|
inline |
Definition at line 176 of file StmtOpenMP.h.