Lines Matching full:brief
161 /// \brief Retrieve elements of array of literals.
164 /// \brief Retrieve elements of array of literals.
195 /// \brief An element in an Objective-C dictionary literal.
198 /// \brief The key for the dictionary element.
201 /// \brief The value of the dictionary element.
204 /// \brief The location of the ellipsis, if this is a pack expansion.
207 /// \brief The number of elements this pack expansion will expand to, if
211 /// \brief Determines whether this dictionary element is a pack expansion.
224 /// \brief Key/value pair used to store the key and value of a given element.
232 /// \brief Data that describes an element that is a pack expansion, used if any
235 /// \brief The location of the ellipsis, if this element is a pack
239 /// \brief If non-zero, the number of elements that this pack
244 /// \brief The number of elements in this dictionary literal.
247 /// \brief Determine whether this dictionary literal has any pack expansions.
532 /// \brief Indicates whether the property reference will result in a message
541 /// \brief Contains the Setter method pointer and MethodRefFlags bit flags.
551 /// \brief When the receiver in property access is 'super', this is
645 /// \brief True if the property reference will result in a message to the
652 /// \brief True if the property reference will result in a message to the
855 /// \brief An expression that sends a message to the given Objective-C
879 /// \brief Stores either the selector that this message is sending
886 /// \brief The number of arguments in the message send, not
895 /// \brief The kind of message send this is, which is one of the
901 /// \brief
908 /// \brief Whether this message send is a "delegate init call",
912 /// \brief Whether this message send was implicitly generated by
916 /// \brief Whether the locations of the selector identifiers are in a
920 /// \brief When the message expression is a send to 'super', this is
924 /// \brief The source locations of the open and close square
971 /// \brief Retrieve the pointer value of the message receiver.
977 /// \brief Set the pointer value of the message receiver.
989 /// \brief Get a pointer to the stored selector identifiers locations array.
998 /// \brief Get the number of stored selector identifiers locations.
1017 /// \brief The kind of receiver this message is sending to.
1019 /// \brief The receiver is a class.
1021 /// \brief The receiver is an object instance.
1023 /// \brief The receiver is a superclass.
1025 /// \brief The receiver is the instance of the superclass object.
1029 /// \brief Create a message send to super.
1067 /// \brief Create a class message send.
1101 /// \brief Create an instance message send.
1135 /// \brief Create an empty Objective-C message expression, to be
1146 /// \brief Indicates whether the message send was implicitly
1151 /// \brief Determine the kind of receiver that this message is being
1155 /// \brief Source range of the receiver.
1158 /// \brief Determine whether this is an instance message to either a
1164 /// \brief Determine whether this is an class message to either a
1170 /// \brief Returns the object expression (receiver) for an instance message,
1182 /// \brief Turn this message send into an instance message that
1189 /// \brief Returns the type of a class message send, or NULL if the
1198 /// \brief Returns a type-source information of a class message
1211 /// \brief Retrieve the location of the 'super' keyword for a class
1220 /// \brief Retrieve the receiver type to which this message is being directed.
1231 /// \brief Retrieve the Objective-C interface to which this message
1243 /// \brief Retrieve the type referred to by 'super'.
1292 /// \brief Return the number of actual arguments in this message,
1296 /// \brief Retrieve the arguments to this message, not including the
1411 /// \brief Build an empty expression.
1520 /// \brief An Objective-C "bridged" cast expression, which casts between
1542 /// \brief Construct an empty Objective-C bridged cast.
1548 /// \brief Determine which kind of bridge is being performed via this cast.
1553 /// \brief Retrieve the kind of bridge being performed as a string.
1556 /// \brief The location of the bridge keyword.