clang
15.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). More... | |
SourceLocation | LParenLoc |
Location of '('. More... | |
SourceLocation | EndLoc |
Ending location of the clause. More... | |
This structure contains most locations needed for by an OMPVarListClause.
Definition at line 176 of file OpenMPClause.h.
|
default |
|
inline |
Definition at line 184 of file OpenMPClause.h.
SourceLocation clang::OMPVarListLocTy::EndLoc |
Ending location of the clause.
Definition at line 182 of file OpenMPClause.h.
Referenced by clang::Sema::ActOnOpenMPVarListClause().
SourceLocation clang::OMPVarListLocTy::LParenLoc |
Location of '('.
Definition at line 180 of file OpenMPClause.h.
Referenced by clang::Sema::ActOnOpenMPVarListClause().
SourceLocation clang::OMPVarListLocTy::StartLoc |
Starting location of the clause (the clause keyword).
Definition at line 178 of file OpenMPClause.h.
Referenced by clang::Sema::ActOnOpenMPFromClause(), clang::Sema::ActOnOpenMPMapClause(), clang::Sema::ActOnOpenMPToClause(), and clang::Sema::ActOnOpenMPVarListClause().