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

/external/clang/tools/libclang/
H A DCXComment.cpp1127 // Print USR.
1128 SmallString<128> USR; local
1129 cxcursor::getDeclCursorUSR(DI->ThisDecl, USR);
1130 if (!USR.empty()) {
1131 Result << "<USR>";
1132 appendToResultWithXMLEscaping(USR);
1133 Result << "</USR>";
H A DCIndex.cpp3771 CXString SearchFileName, ResultFileName, KindSpelling, USR; local
3781 USR = clang_getCursorUSR(Result);
3786 clang_getCString(USR), IsDef);
3790 clang_disposeString(USR);
/external/clang/tools/c-index-test/
H A Dc-index-test.c994 /* USR testing. */
1001 CXString USR = clang_getCursorUSR(C); local
1002 const char *cstr = clang_getCString(USR);
1004 clang_disposeString(USR);
1011 clang_disposeString(USR);
1824 printf("Container USR: %s\n", clang_getCString(containerUSR));
2259 printf(" | USR: %s", info->USR);
2826 /* USR printing. */
2830 fprintf(stderr, "USR fo
[all...]
/external/clang/include/clang-c/
H A DIndex.h2986 * \brief Retrieve a Unified Symbol Resolution (USR) for the entity referenced
2989 * A Unified Symbol Resolution (USR) is a string that identifies a particular
2997 * \brief Construct a USR for a specified Objective-C class.
3002 * \brief Construct a USR for a specified Objective-C category.
3009 * \brief Construct a USR for a specified Objective-C protocol.
3016 * \brief Construct a USR for a specified Objective-C instance variable and
3017 * the USR for its containing class.
3023 * \brief Construct a USR for a specified Objective-C method and
3024 * the USR for its containing class.
3031 * \brief Construct a USR fo
5013 const char *USR; member in struct:__anon3427
[all...]

Completed in 337 milliseconds