clang 20.0.0git
|
Describes an entity that is being assigned. More...
#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/clang/lib/Sema/CheckExprLifetime.h"
Public Attributes | |
Expr * | LHS = nullptr |
CXXMethodDecl * | AssignmentOperator = nullptr |
Describes an entity that is being assigned.
Definition at line 26 of file CheckExprLifetime.h.
CXXMethodDecl* clang::sema::AssignedEntity::AssignmentOperator = nullptr |
Definition at line 29 of file CheckExprLifetime.h.
Referenced by clang::sema::checkExprLifetimeImpl(), and clang::sema::shouldRunGSLAssignmentAnalysis().
Expr* clang::sema::AssignedEntity::LHS = nullptr |
Definition at line 28 of file CheckExprLifetime.h.
Referenced by clang::sema::checkAssignmentLifetime(), clang::sema::checkExprLifetimeImpl(), and clang::sema::shouldRunGSLAssignmentAnalysis().