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

/external/clang/tools/c-index-test/
H A Dc-index-test.c326 static void PrintRange(CXSourceRange R, const char *str) { function
600 PrintRange(clang_Cursor_getCommentRange(Cursor), "RawCommentRange");
850 PrintRange(RefNameRange, "SingleRefName");
860 PrintRange(RefNameRange, "RefName");
1025 PrintRange(extent, "Extent");
2227 PrintRange(range, 0);
2292 PrintRange(range, "");
2402 PrintRange(range, "");

Completed in 149 milliseconds