Home | History | Annotate | Download | only in Sema

Lines Matching defs:Entity

97     // For an enclosing lambda to be capture ready for an entity, all
98 // intervening lambda's have to be able to capture that entity. If even
99 // one of the intervening lambda's is not capable of capturing the entity
100 // then no enclosing lambda can ever capture that entity.
109 // if the entity has already been explicitly captured.
731 InitializedEntity Entity =
745 InitializationSequence InitSeq(*this, Entity, Kind, Args);
746 ExprResult Result = InitSeq.Perform(*this, Entity, Kind, Args, &DclT);
905 // entity is a variable that can be captured.
1386 // An entity captured by a lambda-expression is odr-used (3.2) in
1443 // Construct the entity that we will be initializing. For an array, this