Home | History | Annotate | Download | only in Sema

Lines Matching defs:Entity

121     //   implicitly or explicitly capture any entity.
245 InitializedEntity Entity = InitializedEntity::InitializeParameter(Context,
249 InitializationSequence InitSeq(*this, Entity, Kind, &Arg, 1);
250 ExprResult Result = InitSeq.Perform(*this, Entity, Kind, Arg);
1999 InitializedEntity Entity = InitializedEntity::InitializeMember(FD);
2003 InitializationSequence Seq(*this, Entity, Kind, Inits, NumInits);
2004 Init = Seq.Perform(*this, Entity, Kind, MultiExprArg(Inits, NumInits));
2885 // Construct the entity that we will be initializing. For an array, this
3092 // C++11 [class.base.init]p8: if the entity is a non-static data member that
3093 // has a brace-or-equal-initializer, the entity is initialized as specified
6516 // If the scope has an associated entity and the using directive is at
6604 /// the same entity or are both typedefs of the same type.
8115 /// \brief Builds a statement that copies/moves the given entity from \p From to
10302 InitializedEntity entity =
10309 InitializationSequence sequence(*this, entity, initKind, &opaqueValue, 1);
10310 ExprResult result = sequence.Perform(*this, entity, initKind,
10786 // the entity has been previously declared shall not consider