Lines Matching defs:entity

210 /// handle the initialization of a certain kind of entity, e.g.,
2460 // Initialization entity
3085 /// enumerates the constructors of the initialized entity and performs overload
3981 // entity of reference type is ill-formed.
4743 /// initializing the given entity.
4771 /// \brief Whether the given entity, when initialized with an object
4892 /// \param Entity The entity being initialized.
5226 // If the entity allows NRVO, mark the construction as elidable
5295 // The entity being initialized might not outlive the full-expression.
5299 llvm_unreachable("unknown entity kind");
5302 /// Determine the declaration which an initialized entity ultimately refers to,
5368 llvm_unreachable("unknown entity kind");
5546 // Scavange the location of the brackets from the entity, if we can.
5773 // entity's lifetime.
5955 // If we're not initializing the top-level entity, we need to create an
5956 // InitializeTemporary entity for our target type.
5990 // to object", we don't get an EK_Temporary entity, but instead an
5991 // EK_Parameter entity with reference type.
6031 // to object", we don't get an EK_Temporary entity, but instead an
6032 // EK_Parameter entity with reference type.
6173 // entity's lifetime.
6279 static void emitBadConversionNotes(Sema &S, const InitializedEntity &entity,
6281 QualType destType = entity.getType();
6291 if (entity.getKind() == InitializedEntity::EK_Result)
6328 // FIXME: Customize for the initialized entity?
6541 // FIXME: Using "DestType" for the entity we're printing is probably