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

/external/clang/lib/Index/
H A DCommentToXML.cpp933 // Print USR.
934 SmallString<128> USR; local
935 generateUSRForDecl(DI->CommentDecl, USR);
936 if (!USR.empty()) {
937 Result << "<USR>";
938 appendToResultWithXMLEscaping(USR);
939 Result << "</USR>";
/external/clang/include/clang-c/
H A DIndex.h3332 * \brief Retrieve a Unified Symbol Resolution (USR) for the entity referenced
3335 * A Unified Symbol Resolution (USR) is a string that identifies a particular
3343 * \brief Construct a USR for a specified Objective-C class.
3348 * \brief Construct a USR for a specified Objective-C category.
3355 * \brief Construct a USR for a specified Objective-C protocol.
3362 * \brief Construct a USR for a specified Objective-C instance variable and
3363 * the USR for its containing class.
3369 * \brief Construct a USR for a specified Objective-C method and
3370 * the USR for its containing class.
3377 * \brief Construct a USR fo
5057 const char *USR; member in struct:__anon17664
[all...]
/external/clang/tools/c-index-test/
H A Dc-index-test.c1128 /* USR testing. */
1135 CXString USR = clang_getCursorUSR(C); local
1136 const char *cstr = clang_getCString(USR);
1138 clang_disposeString(USR);
1145 clang_disposeString(USR);
2098 printf("Container USR: %s\n", clang_getCString(containerUSR));
2737 printf(" | USR: %s", info->USR);
3540 /* USR printing. */
3544 fprintf(stderr, "USR fo
[all...]
/external/clang/tools/libclang/
H A DCIndex.cpp4146 CXString SearchFileName, ResultFileName, KindSpelling, USR; local
4157 USR = clang_getCursorUSR(Result);
4163 clang_getCString(USR), IsDef);
4167 clang_disposeString(USR);

Completed in 512 milliseconds