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

/external/clang/tools/libclang/
H A DCXComment.cpp1266 // Print USR.
1267 SmallString<128> USR; local
1268 cxcursor::getDeclCursorUSR(DI->CommentDecl, USR);
1269 if (!USR.empty()) {
1270 Result << "<USR>";
1271 appendToResultWithXMLEscaping(USR);
1272 Result << "</USR>";
H A DCIndex.cpp3948 CXString SearchFileName, ResultFileName, KindSpelling, USR; local
3958 USR = clang_getCursorUSR(Result);
3964 clang_getCString(USR), IsDef);
3968 clang_disposeString(USR);
/external/clang/tools/c-index-test/
H A Dc-index-test.c1061 /* USR testing. */
1068 CXString USR = clang_getCursorUSR(C); local
1069 const char *cstr = clang_getCString(USR);
1071 clang_disposeString(USR);
1078 clang_disposeString(USR);
1968 printf("Container USR: %s\n", clang_getCString(containerUSR));
2563 printf(" | USR: %s", info->USR);
3326 /* USR printing. */
3330 fprintf(stderr, "USR fo
[all...]
/external/clang/include/clang-c/
H A DIndex.h3186 * \brief Retrieve a Unified Symbol Resolution (USR) for the entity referenced
3189 * A Unified Symbol Resolution (USR) is a string that identifies a particular
3197 * \brief Construct a USR for a specified Objective-C class.
3202 * \brief Construct a USR for a specified Objective-C category.
3209 * \brief Construct a USR for a specified Objective-C protocol.
3216 * \brief Construct a USR for a specified Objective-C instance variable and
3217 * the USR for its containing class.
3223 * \brief Construct a USR for a specified Objective-C method and
3224 * the USR for its containing class.
3231 * \brief Construct a USR fo
5406 const char *USR; member in struct:__anon15962
[all...]

Completed in 130 milliseconds