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

Declarations

tools/clang/tools/libclang/CXIndexDataConsumer.h
   42   const char *copyCStr(StringRef Str);

References

tools/clang/tools/libclang/CXIndexDataConsumer.cpp
  401   return copyCStr(Str);
 1174     EntityInfo.name = SA.copyCStr(StrBuf.str());
 1183       EntityInfo.USR = SA.copyCStr(StrBuf.str());