Lines Matching defs:Field
69 /// Creates a pointer to a field.
71 unsigned Field = Offset + Off;
72 return Pointer(Pointee, Field, Field);
99 // Pointer is to a field or array element - enter it.
143 /// Checks if the item is a field in an object.
150 /// Returns a pointer to the object of which this pointer is a field.
156 assert(Offset == Base && "not an inner field");
170 /// Accessors for information about the innermost field.
177 /// Returns the type of the innermost field.
180 /// Returns the element size of the innermost field.
186 /// Returns the total size of the innermost field.
205 /// Checks if the innermost field is an array.
222 /// Returns the field information.
237 /// Checks if the field is mutable.
290 /// Initializes a field.
292 /// Activats a field.
318 /// Returns the embedded descriptor preceding a field.