Go to the source code of this file.
|
namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI.
|
|
namespace | clang::sema |
|
|
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.
|
|
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.
|
|