clang
7.0.0
|
Class that represents a component of a mappable expression. More...
#include "clang/AST/OpenMPClause.h"
Public Member Functions | |
MappableComponent ()=default | |
MappableComponent (Expr *AssociatedExpression, ValueDecl *AssociatedDeclaration) | |
Expr * | getAssociatedExpression () const |
ValueDecl * | getAssociatedDeclaration () const |
Class that represents a component of a mappable expression.
E.g. for an expression S.a, the first component is a declaration reference expression associated with 'S' and the second is a member expression associated with the field declaration 'a'. If the expression is an array subscript it may not have any associated declaration. In that case the associated declaration is set to nullptr.
Definition at line 3349 of file OpenMPClause.h.
|
explicitdefault |
|
inlineexplicit |
Definition at line 3360 of file OpenMPClause.h.
|
inline |
Definition at line 3370 of file OpenMPClause.h.
|
inline |
Definition at line 3368 of file OpenMPClause.h.