Lines Matching defs:entity
3813 InitializedEntity Entity
3820 InitializationSequence InitSeq(*this, Entity, Kind, ResultE);
3821 Result = InitSeq.Perform(*this, Entity, Kind, ResultE);
4125 InitializedEntity Entity = Param ?
4132 Entity.setParameterCFAudited();
4134 ExprResult ArgE = PerformCopyInitialization(Entity,
4597 InitializedEntity Entity
4601 ExprResult ArgE = PerformCopyInitialization(Entity,
4689 InitializedEntity Entity
4695 InitializationSequence InitSeq(*this, Entity, Kind, LiteralExpr);
4696 ExprResult Result = InitSeq.Perform(*this, Entity, Kind, LiteralExpr,
8887 InitializedEntity Entity =
8889 InitializationSequence InitSeq(*this, Entity, Kind, RHSExpr);
8890 ExprResult Init = InitSeq.Perform(*this, Entity, Kind, RHSExpr);
10294 InitializedEntity Entity
10297 ExprResult Init = PerformCopyInitialization(Entity, SourceLocation(), E);
11213 // An entity captured by a lambda-expression is odr-used (3.2) in
11268 // Construct the entity that we will be initializing. For an array, this
11557 // An entity is captured by reference if it is implicitly or
11571 // For each entity captured by copy, an unnamed non-static
11575 // captured entity if the entity is not a reference to an
11577 // captured entity is a reference to a function, the
12647 InitializedEntity entity =
12650 return PerformCopyInitialization(entity, callLoc, Owned(arg));