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

  /external/clang/tools/libclang/
IndexingContext.cpp 152 if (BaseEntities[i].name && BaseEntities[i].USR)
261 if ((!shouldIndexFunctionLocalSymbols() && !DInfo.EntInfo.USR)
608 if (!RefEntity.USR)
    [all...]
IndexingContext.h 52 name = USR = 0;
CIndex.cpp     [all...]
  /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...]

Completed in 74 milliseconds