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
  733   if (lhs->line != rhs->line)
  733   if (lhs->line != rhs->line)
  734     return (int)lhs->line - (int)rhs->line;
  734     return (int)lhs->line - (int)rhs->line;
 1039         lineCols[I].line = line;
 1047         printf("@%d:%d", lineCols[I].line, lineCols[I].col);