Home | History | Annotate | Download | only in clang-c

Lines Matching refs:USR

2599  * \brief Retrieve a Unified Symbol Resolution (USR) for the entity referenced
2602 * A Unified Symbol Resolution (USR) is a string that identifies a particular
2610 * \brief Construct a USR for a specified Objective-C class.
2615 * \brief Construct a USR for a specified Objective-C category.
2622 * \brief Construct a USR for a specified Objective-C protocol.
2629 * \brief Construct a USR for a specified Objective-C instance variable and
2630 * the USR for its containing class.
2636 * \brief Construct a USR for a specified Objective-C method and
2637 * the USR for its containing class.
2644 * \brief Construct a USR for a specified Objective-C property and the USR
3688 * \brief Returns the USR for the container for the current code completion
3694 * \returns the USR for the container
3908 const char *USR;