Lines Matching refs:clang_getCString

325   PrintCString(clang_getCString(Str));  in PrintCXStringAndDispose()
330 PrintCStringWithPrefix(Prefix, clang_getCString(Str)); in PrintCXStringWithPrefix()
335 PrintCStringWithPrefix(Prefix, clang_getCString(Str)); in PrintCXStringWithPrefixAndDispose()
610 RawCommentCString = clang_getCString(RawComment); in PrintCursorComments()
616 BriefCommentCString = clang_getCString(BriefComment); in PrintCursorComments()
633 ValidateCommentXML(clang_getCString(XML), CommentSchemaFile); in PrintCursorComments()
659 printf("Invalid Cursor => %s", clang_getCString(ks)); in PrintCursor()
683 printf("%s=%s", clang_getCString(ks), in PrintCursor()
684 clang_getCString(string)); in PrintCursor()
740 clang_getCString(UnavailableMessage)); in PrintCursor()
743 clang_getCString(DeprecatedMessage)); in PrintCursor()
749 printf(" (%s", clang_getCString(PlatformAvailability[I].Platform)); in PrintCursor()
757 if (clang_getCString(PlatformAvailability[I].Message)[0]) in PrintCursor()
759 clang_getCString(PlatformAvailability[I].Message)); in PrintCursor()
791 printf(" [IBOutletCollection=%s]", clang_getCString(S)); in PrintCursor()
821 clang_getCString(Name), line, column); in PrintCursor()
837 I, TAK, clang_getCString(S)); in PrintCursor()
878 printf(" (%s)", clang_getCString(Included)); in PrintCursor()
953 if (!clang_getCString(source)) { in GetCursorSource()
958 const char *b = basename(clang_getCString(source)); in GetCursorSource()
983 fprintf(stderr, "%s\n", clang_getCString(Msg)); in PrintDiagnostic()
1007 clang_getCString(insertion_text), start_line, start_column); in PrintDiagnostic()
1008 } else if (strcmp(clang_getCString(insertion_text), "") == 0) { in PrintDiagnostic()
1020 fprintf(out, " with \"%s\"\n", clang_getCString(insertion_text)); in PrintDiagnostic()
1149 if (clang_getCString(source)) { in FunctionScanVisitor()
1178 const char *cstr = clang_getCString(USR); in USRVisitor()
1206 printf("file: %s\nincluded by:\n", clang_getCString(fname)); in InclusionVisitor()
1215 printf(" %s:%d:%d\n", clang_getCString(fname), line, column); in InclusionVisitor()
1288 clang_getCString(TypeSpelling), in PrintTypeAndTypeKind()
1289 clang_getCString(TypeKindSpelling)); in PrintTypeAndTypeKind()
1418 const char *FieldName = clang_getCString(FieldSpelling); in PrintTypeSize()
1467 printf(" [mangled=%s]\n", clang_getCString(MangledName)); in PrintMangledName()
1485 printf(" [mangled=%s]", clang_getCString(Manglings->Strings[I])); in PrintManglings()
1906 fprintf(stderr, "%s\n", clang_getCString(DiagStr)); in checkForErrors()
1943 cstr = clang_getCString(text); in print_completion_string()
1961 fprintf(file, "%s:", clang_getCString(ks)); in print_completion_result()
1993 clang_getCString(clang_getCompletionAnnotation( in print_completion_result()
2005 clang_getCString(KindSpelling), in print_completion_result()
2006 clang_getCString(ParentName)); in print_completion_result()
2014 BriefCommentCString = clang_getCString(BriefComment); in print_completion_result()
2214 printf("Container Kind: %s\n", clang_getCString(containerKindSpelling)); in perform_code_completion()
2225 printf("Container USR: %s\n", clang_getCString(containerUSR)); in perform_code_completion()
2230 selectorString = clang_getCString(objCSelector); in perform_code_completion()
2345 cspell = clang_getCString(Spelling); in inspect_cursor_at()
2367 printf(" Receiver-type=%s", clang_getCString(S)); in inspect_cursor_at()
2382 clang_getCString(name), clang_getCString(astFilename), in inspect_cursor_at()
2389 printf("\n%s", clang_getCString(filename)); in inspect_cursor_at()
2700 printf("%s", clang_getCString(filename)); in printCXIndexFile()
2723 cname = clang_getCString(filename); in printCXIndexLoc()
2911 cstr = clang_getCString(str); in index_diagnostic()
2931 index_data->main_filename = clang_getCString(filename); in index_enteredMainFile()
2959 const char *cstr = clang_getCString(str); in index_ppIncludedFile()
2977 importedASTS_insert(index_data->importedASTs, clang_getCString(filename)); in index_importedASTFile()
2987 printf(" | name: \"%s\"", clang_getCString(name)); in index_importedASTFile()
3382 if (chdir(clang_getCString(wd)) != 0) { in index_compile_db()
3383 printf("Could not chdir to %s\n", clang_getCString(wd)); in index_compile_db()
3397 args[a] = clang_getCString(cxargs[a]); in index_compile_db()
3562 printf("%s: \"%s\" ", kind, clang_getCString(spelling)); in perform_token_annotation()
3635 printf("workdir:'%s'", clang_getCString(wd)); in perform_test_compilation_db()
3643 printf("%s", clang_getCString(arg)); in perform_test_compilation_db()
3685 const char *s = clang_getCString(usr); in print_usr()
3945 fprintf(stderr, "%s:%d:%d", clang_getCString(FileName), line, column); in printLocation()
3980 fprintf(stderr, "): \"%s\"\n", clang_getCString(text)); in printFixIts()
4009 clang_getCString(FileName), in printDiagnosticSet()
4013 clang_getCString(DiagSpelling)); in printDiagnosticSet()
4016 DiagOptionStr = clang_getCString(DiagOption); in printDiagnosticSet()
4022 DiagCatStr = clang_getCString(DiagCat); in printDiagnosticSet()
4051 clang_getCString(errorString)); in read_diagnostics()