Home | History | Annotate | Download | only in c-index-test

Lines Matching defs:LineCol

632 } LineCol;
635 const LineCol *lhs = p1;
636 const LineCol *rhs = p2;
813 LineCol lineCols[50];
823 qsort(lineCols, num_overridden, sizeof(LineCol), lineCol_cmp);