Home
last modified time | relevance | path

Searched refs:PrintRange (Results 1 – 2 of 2) sorted by relevance

/external/libcxx/test/support/
Dverbose_assert.h131 std::string PrintRange(const char* Name, It1 F, It1 E) {
182 ErrorMsg += PrintRange("LHS", F1Orig, E1);
183 ErrorMsg += PrintRange("RHS", F2Orig, E2);
/external/clang/tools/c-index-test/
Dc-index-test.c343 static void PrintRange(CXSourceRange R, const char *str) { in PrintRange() function
617 PrintRange(clang_Cursor_getCommentRange(Cursor), "RawCommentRange"); in PrintCursorComments()
907 PrintRange(RefNameRange, "SingleRefName"); in PrintCursor()
917 PrintRange(RefNameRange, "RefName"); in PrintCursor()
1083 PrintRange(extent, "Extent"); in PrintCursorExtent()
2410 PrintRange(range, 0); in inspect_print_cursor()
2517 PrintRange(range, 0); in inspect_evaluate_cursor()
2552 PrintRange(range, 0); in inspect_macroinfo_cursor()
2572 PrintRange(range, ""); in findFileRefsVisit()
2682 PrintRange(range, ""); in findFileIncludesVisit()