Lines Matching full:being
46 /// Describes an entity that is being initialized.
49 /// Specifies the kind of entity being initialized.
51 /// The entity being initialized is a variable.
54 /// The entity being initialized is a function parameter.
57 /// The entity being initialized is a non-type template parameter.
60 /// The entity being initialized is the result of a function call.
63 /// The entity being initialized is the result of a statement expression.
66 /// The entity being initialized is an exception object that
67 /// is being thrown.
70 /// The entity being initialized is a non-static data member
74 /// The entity being initialized is an element of an array.
77 /// The entity being initialized is an object (or array of
81 /// The entity being initialized is a temporary object.
84 /// The entity being initialized is a base member subobject.
87 /// The initialization is being done by a delegating constructor.
90 /// The entity being initialized is an element of a vector.
94 /// The entity being initialized is a field of block descriptor for
98 /// The entity being initialized is a field of block descriptor for the
102 /// The entity being initialized is the real or imaginary part of a
106 /// The entity being initialized is the field that captures a
110 /// The entity being initialized is the initializer for a compound
114 /// The entity being implicitly initialized back to the formal
118 /// The entity being initialized is a function parameter; function
122 /// The entity being initialized is a structured binding of a
126 /// The entity being initialized is a non-static data member subobject of an
136 /// The kind of entity being initialized.
143 /// The type of the object or reference being initialized.
153 /// the temporary is being created.
156 /// Whether the entity being initialized may end up using the
162 /// The VarDecl, FieldDecl, or BindingDecl being initialized.
176 /// The name of the variable being captured by an EK_LambdaCapture.
208 /// EK_ComplexElement, the index of the array or vector element being
425 /// \p VarID The name of the entity being captured, or nullptr for 'this'.
443 /// Retrieve the parent of the entity being initialized, when
448 /// Retrieve type being initialized.
451 /// Retrieve complete type-source information for the object being
460 /// Retrieve the name of the entity being initialized.
463 /// Retrieve the variable, parameter, or field being
467 /// Retrieve the ObjectiveC method being initialized.
577 /// Describes the kind of initialization being performed, along with
582 /// The kind of initialization being performed.
622 /// The kind of initialization being performed.
1169 /// \param Entity the entity being initialized.
1171 /// \param Kind the kind of initialization being performed.
1197 /// \param Entity the entity being initialized.
1199 /// \param Kind the kind of initialization being performed.
1295 /// \param T The type of the temporary being created.