HomeSort by relevance Sort by last modified time
    Searched refs:USR (Results 1 - 4 of 4) sorted by null

  /external/clang/tools/libclang/
IndexingContext.cpp 681 EntityInfo.USR = "";
683 EntityInfo.USR = SA.getCStr(Begin);
CIndex.cpp     [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 536 /* USR testing. */
543 CXString USR = clang_getCursorUSR(C);
544 const char *cstr = clang_getCString(USR);
546 clang_disposeString(USR);
553 clang_disposeString(USR);
    [all...]
  /external/clang/include/clang-c/
Index.h     [all...]

Completed in 111 milliseconds