| clang 22.0.0git
    | 
#include "clang/AST/OpenACCClause.h"
| Public Member Functions | |
| child_range | children () | 
| const_child_range | children () const | 
| Public Member Functions inherited from clang::OpenACCClause | |
| OpenACCClauseKind | getClauseKind () const | 
| SourceLocation | getBeginLoc () const | 
| SourceLocation | getEndLoc () const | 
| SourceRange | getSourceRange () const | 
| child_range | children () | 
| const_child_range | children () const | 
| virtual | ~OpenACCClause ()=default | 
| Static Public Member Functions | |
| static bool | classof (const OpenACCClause *C) | 
| static OpenACCSeqClause * | Create (const ASTContext &Ctx, SourceLocation BeginLoc, SourceLocation EndLoc) | 
| Static Public Member Functions inherited from clang::OpenACCClause | |
| static bool | classof (const OpenACCClause *) | 
| Protected Member Functions | |
| OpenACCSeqClause (SourceLocation BeginLoc, SourceLocation EndLoc) | |
| Protected Member Functions inherited from clang::OpenACCClause | |
| OpenACCClause (OpenACCClauseKind K, SourceLocation BeginLoc, SourceLocation EndLoc) | |
| Additional Inherited Members | |
| Public Types inherited from clang::OpenACCClause | |
| using | child_iterator = StmtIterator | 
| using | const_child_iterator = ConstStmtIterator | 
| using | child_range = llvm::iterator_range<child_iterator> | 
| using | const_child_range = llvm::iterator_range<const_child_iterator> | 
Definition at line 149 of file OpenACCClause.h.
| 
 | inlineprotected | 
Definition at line 151 of file OpenACCClause.h.
References clang::OpenACCClause::OpenACCClause(), and clang::Seq.
Referenced by Create().
| 
 | inline | 
Definition at line 162 of file OpenACCClause.h.
| 
 | inline | 
Definition at line 165 of file OpenACCClause.h.
| 
 | inlinestatic | 
Definition at line 155 of file OpenACCClause.h.
References clang::C, clang::OpenACCClause::OpenACCClause(), and clang::Seq.
| 
 | static | 
Definition at line 538 of file OpenACCClause.cpp.
References clang::C, and OpenACCSeqClause().
Referenced by clang::ASTRecordReader::readOpenACCClause().