clang 20.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 412 of file StmtOpenMP.h.
|
inlineexplicit |
Definition at line 426 of file StmtOpenMP.h.
|
inline |
Definition at line 432 of file StmtOpenMP.h.
|
inline |
Definition at line 437 of file StmtOpenMP.h.
|
inline |
Definition at line 435 of file StmtOpenMP.h.