clang  20.0.0git
Classes | Namespaces | Functions
CheckExprLifetime.h File Reference
#include "clang/AST/Expr.h"
#include "clang/Sema/Initialization.h"
#include "clang/Sema/Sema.h"

Go to the source code of this file.

Classes

struct  clang::sema::AssignedEntity
 Describes an entity that is being assigned. More...
 

Namespaces

 clang
 The JSON file list parser is used to communicate input to InstallAPI.
 
 clang::sema
 

Functions

void clang::sema::checkExprLifetime (Sema &SemaRef, const InitializedEntity &Entity, Expr *Init)
 Check that the lifetime of the given expr (and its subobjects) is sufficient for initializing the entity, and perform lifetime extension (when permitted) if not. More...
 
void clang::sema::checkExprLifetime (Sema &SemaRef, const AssignedEntity &Entity, Expr *Init)
 Check that the lifetime of the given expr (and its subobjects) is sufficient for assigning to the entity. More...