Searched defs:USR (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/Index/
H A DCommentToXML.cpp927 // Print USR.
928 SmallString<128> USR; local
929 generateUSRForDecl(DI->CommentDecl, USR);
930 if (!USR.empty()) {
931 Result << "<USR>";
932 appendToResultWithXMLEscaping(USR);
933 Result << "</USR>";
/external/clang/tools/c-index-test/
H A Dc-index-test.c1155 /* USR testing. */
1162 CXString USR = clang_getCursorUSR(C); local
1163 const char *cstr = clang_getCString(USR);
1165 clang_disposeString(USR);
1172 clang_disposeString(USR);
2163 printf("Container USR: %s\n", clang_getCString(containerUSR));
2802 printf(" | USR: %s", info->USR);
3605 /* USR printing. */
3609 fprintf(stderr, "USR fo
[all...]
/external/clang/tools/libclang/
H A DCIndex.cpp4406 CXString SearchFileName, ResultFileName, KindSpelling, USR; local
4417 USR = clang_getCursorUSR(Result);
4423 clang_getCString(USR), IsDef);
4427 clang_disposeString(USR);
/external/clang/include/clang-c/
H A DIndex.h3560 * \brief Retrieve a Unified Symbol Resolution (USR) for the entity referenced
3563 * A Unified Symbol Resolution (USR) is a string that identifies a particular
3571 * \brief Construct a USR for a specified Objective-C class.
3576 * \brief Construct a USR for a specified Objective-C category.
3583 * \brief Construct a USR for a specified Objective-C protocol.
3590 * \brief Construct a USR for a specified Objective-C instance variable and
3591 * the USR for its containing class.
3597 * \brief Construct a USR for a specified Objective-C method and
3598 * the USR for its containing class.
3605 * \brief Construct a USR fo
5299 const char *USR; member in struct:__anon761
[all...]

Completed in 1876 milliseconds