Searched defs:LineCol (Results 1 - 1 of 1) sorted by relevance

/external/clang/tools/c-index-test/
H A Dc-index-test.c632 } LineCol; typedef in typeref:struct:__anon2753
635 const LineCol *lhs = p1;
636 const LineCol *rhs = p2;
840 LineCol lineCols[50];
850 qsort(lineCols, num_overridden, sizeof(LineCol), lineCol_cmp);

Completed in 109 milliseconds