clang  20.0.0git
Public Attributes | List of all members
clang::sema::AssignedEntity Struct Reference

Describes an entity that is being assigned. More...

#include "/home/runner/work/llvm/llvm/repo/clang/lib/Sema/CheckExprLifetime.h"

Public Attributes

ExprLHS = nullptr
 

Detailed Description

Describes an entity that is being assigned.

Definition at line 22 of file CheckExprLifetime.h.

Member Data Documentation

◆ LHS

Expr* clang::sema::AssignedEntity::LHS = nullptr

The documentation for this struct was generated from the following file: