reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/c-index-test/c-index-test.c
 3521   printf(" | USR: %s", info->USR);
tools/clang/tools/libclang/CXIndexDataConsumer.cpp
  365     if (BaseEntities[i].name && BaseEntities[i].USR)
  554   if ((!shouldIndexFunctionLocalSymbols() && !DInfo.EntInfo.USR)
  914   if (!RefEntity.USR)
 1181       EntityInfo.USR = nullptr;
 1183       EntityInfo.USR = SA.copyCStr(StrBuf.str());
tools/clang/tools/libclang/CXIndexDataConsumer.h
   54     name = USR = nullptr;