Home | History | Annotate | Download | only in Sema

Lines Matching defs:entity

140     //   implicitly or explicitly capture any entity.
265 InitializedEntity Entity = InitializedEntity::InitializeParameter(Context,
269 InitializationSequence InitSeq(*this, Entity, Kind, Arg);
270 ExprResult Result = InitSeq.Perform(*this, Entity, Kind, Arg);
2185 InitializedEntity Entity = InitializedEntity::InitializeMember(FD);
2189 InitializationSequence Seq(*this, Entity, Kind, InitExpr);
2190 Init = Seq.Perform(*this, Entity, Kind, InitExpr);
3041 // Construct the entity that we will be initializing. For an array, this
3249 // C++11 [class.base.init]p8: if the entity is a non-static data member that
3250 // has a brace-or-equal-initializer, the entity is initialized as specified
3386 // [...] and the entity is not a virtual base class of an abstract
3387 // class, then [...] the entity is default-initialized.
6738 // If the scope has an associated entity and the using directive is at
6823 /// the same entity or are both typedefs of the same type.
8543 /// \brief Builds a statement that copies/moves the given entity from \p From to
10809 InitializedEntity entity =
10816 InitializationSequence sequence(*this, entity, initKind, opaqueValue);
10817 ExprResult result = sequence.Perform(*this, entity, initKind, opaqueValue);
11289 // the entity has been previously declared shall not consider