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

  /external/clang/tools/c-index-test/
c-index-test.c 550 /* USR testing. */
557 CXString USR = clang_getCursorUSR(C);
558 const char *cstr = clang_getCString(USR);
560 clang_disposeString(USR);
567 clang_disposeString(USR);
    [all...]
  /external/clang/include/clang-c/
Index.h     [all...]
  /external/clang/tools/libclang/
CIndex.cpp     [all...]

Completed in 55 milliseconds