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
  274     unsaved->Length = ftell(to_file);
  278     contents = (char *)malloc(unsaved->Length + 1);
  280     if (fread(contents, 1, unsaved->Length, to_file) != unsaved->Length) {
  280     if (fread(contents, 1, unsaved->Length, to_file) != unsaved->Length) {
  290     contents[unsaved->Length] = 0;
tools/clang/tools/libclang/CIndex.cpp
 3632               unsaved_files[i].Length);
tools/clang/tools/libclang/CXString.h
  103   return StringRef(UF.Contents, UF.Length);
tools/clang/tools/libclang/Indexing.cpp
  926               unsaved_files[i].Length);