clang 20.0.0git
|
This structure contains most locations needed for by an OMPVarListClause. More...
#include "clang/AST/OpenMPClause.h"
Public Member Functions | |
OMPVarListLocTy ()=default | |
OMPVarListLocTy (SourceLocation StartLoc, SourceLocation LParenLoc, SourceLocation EndLoc) | |
Public Attributes | |
SourceLocation | StartLoc |
Starting location of the clause (the clause keyword). | |
SourceLocation | LParenLoc |
Location of '('. | |
SourceLocation | EndLoc |
Ending location of the clause. | |
This structure contains most locations needed for by an OMPVarListClause.
Definition at line 259 of file OpenMPClause.h.
|
default |
|
inline |
Definition at line 267 of file OpenMPClause.h.
SourceLocation clang::OMPVarListLocTy::EndLoc |
Ending location of the clause.
Definition at line 265 of file OpenMPClause.h.
Referenced by clang::SemaOpenMP::ActOnOpenMPVarListClause().
SourceLocation clang::OMPVarListLocTy::LParenLoc |
Location of '('.
Definition at line 263 of file OpenMPClause.h.
Referenced by clang::SemaOpenMP::ActOnOpenMPVarListClause().
SourceLocation clang::OMPVarListLocTy::StartLoc |
Starting location of the clause (the clause keyword).
Definition at line 261 of file OpenMPClause.h.
Referenced by clang::SemaOpenMP::ActOnOpenMPFromClause(), clang::SemaOpenMP::ActOnOpenMPMapClause(), clang::SemaOpenMP::ActOnOpenMPToClause(), and clang::SemaOpenMP::ActOnOpenMPVarListClause().