Searched defs:print_usr (Results 1 - 1 of 1) sorted by last modified time

/external/clang/tools/c-index-test/
H A Dc-index-test.c3557 static void print_usr(CXString usr) { function
3589 print_usr(clang_constructUSR_ObjCIvar(I[1], x));
3600 print_usr(clang_constructUSR_ObjCClass(I[1]));
3616 print_usr(clang_constructUSR_ObjCMethod(I[1], atoi(I[2]), x));
3626 print_usr(clang_constructUSR_ObjCCategory(I[1], I[2]));
3633 print_usr(clang_constructUSR_ObjCProtocol(I[1]));
3646 print_usr(clang_constructUSR_ObjCProperty(I[1], x));

Completed in 60 milliseconds