Home | History | Annotate | Download | only in Sema

Lines Matching defs:Entity

3587     InitializedEntity Entity
3594 InitializationSequence InitSeq(*this, Entity, Kind, &ResultE, 1);
3595 Result = InitSeq.Perform(*this, Entity, Kind, ResultE);
3796 InitializedEntity Entity = Param ?
3800 ExprResult ArgE = PerformCopyInitialization(Entity,
4204 InitializedEntity Entity
4208 ExprResult ArgE = PerformCopyInitialization(Entity,
4293 InitializedEntity Entity
4299 InitializationSequence InitSeq(*this, Entity, Kind, &LiteralExpr, 1);
4300 ExprResult Result = InitSeq.Perform(*this, Entity, Kind, LiteralExpr,
8412 InitializedEntity Entity =
8414 InitializationSequence InitSeq(*this, Entity, Kind, &RHSExpr, 1);
8415 ExprResult Init = InitSeq.Perform(*this, Entity, Kind, RHSExpr);
9770 InitializedEntity Entity
9773 ExprResult Init = PerformCopyInitialization(Entity, SourceLocation(), E);
10700 // An entity captured by a lambda-expression is odr-used (3.2) in
10756 // Construct the entity that we will be initializing. For an array, this
11018 // An entity is captured by reference if it is implicitly or
11032 // For each entity captured by copy, an unnamed non-static
11036 // captured entity if the entity is not a reference to an
11038 // captured entity is a reference to a function, the
12035 InitializedEntity entity =
12038 return PerformCopyInitialization(entity, callLoc, Owned(arg));