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");
877 PrintRange(RefNameRange, "SingleRefName");
887 PrintRange(RefNameRange, "RefName");
1052 PrintRange(extent, "Extent");
2292 PrintRange(range, 0);
2357 PrintRange(range, "");
2467 PrintRange(range, "");

Completed in 455 milliseconds