clang
9.0.0
|
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 169 of file OpenMPClause.h.
|
default |
|
inline |
Definition at line 177 of file OpenMPClause.h.
SourceLocation clang::OMPVarListLocTy::EndLoc |
Ending location of the clause.
Definition at line 175 of file OpenMPClause.h.
Referenced by clang::Sema::ActOnOpenMPVarListClause().
SourceLocation clang::OMPVarListLocTy::LParenLoc |
Location of '('.
Definition at line 173 of file OpenMPClause.h.
Referenced by clang::Sema::ActOnOpenMPVarListClause().
SourceLocation clang::OMPVarListLocTy::StartLoc |
Starting location of the clause (the clause keyword).
Definition at line 171 of file OpenMPClause.h.
Referenced by clang::Sema::ActOnOpenMPFromClause(), clang::Sema::ActOnOpenMPMapClause(), clang::Sema::ActOnOpenMPToClause(), and clang::Sema::ActOnOpenMPVarListClause().