Lines Matching full:entity
119 // implicitly or explicitly capture any entity.
243 InitializedEntity Entity = InitializedEntity::InitializeParameter(Context,
247 InitializationSequence InitSeq(*this, Entity, Kind, &Arg, 1);
248 ExprResult Result = InitSeq.Perform(*this, Entity, Kind,
1662 InitializedEntity Entity = InitializedEntity::InitializeMember(FD);
1666 InitializationSequence Seq(*this, Entity, Kind, Inits, NumInits);
1667 Init = Seq.Perform(*this, Entity
2591 // Construct the entity that we will be initializing. For an array, this
2786 // C++0x [class.base.init]p8: if the entity is a non-static data member that
2787 // has a brace-or-equal-initializer, the entity is initialized as specified
5894 // If the scope has an associated entity and the using directive is at
5982 /// the same entity or are both typedefs of the same type.
7351 /// \brief Builds a statement that copies/moves the given entity from \p From to
9758 InitializedEntity entity =
9765 InitializationSequence sequence(*this, entity, initKind, &opaqueValue, 1);
9766 ExprResult result = sequence.Perform(*this, entity, initKind,
10222 // the entity has been previously declared shall not consider