• Home
  • Raw
  • Download

Lines Matching refs:clang_getCString

329   PrintCString(clang_getCString(Str));  in PrintCXStringAndDispose()
334 PrintCStringWithPrefix(Prefix, clang_getCString(Str)); in PrintCXStringWithPrefix()
339 PrintCStringWithPrefix(Prefix, clang_getCString(Str)); in PrintCXStringWithPrefixAndDispose()
614 RawCommentCString = clang_getCString(RawComment); in PrintCursorComments()
620 BriefCommentCString = clang_getCString(BriefComment); in PrintCursorComments()
637 ValidateCommentXML(clang_getCString(XML), CommentSchemaFile); in PrintCursorComments()
663 printf("Invalid Cursor => %s", clang_getCString(ks)); in PrintCursor()
687 printf("%s=%s", clang_getCString(ks), in PrintCursor()
688 clang_getCString(string)); in PrintCursor()
744 clang_getCString(UnavailableMessage)); in PrintCursor()
747 clang_getCString(DeprecatedMessage)); in PrintCursor()
753 printf(" (%s", clang_getCString(PlatformAvailability[I].Platform)); in PrintCursor()
761 if (clang_getCString(PlatformAvailability[I].Message)[0]) in PrintCursor()
763 clang_getCString(PlatformAvailability[I].Message)); in PrintCursor()
806 printf(" [IBOutletCollection=%s]", clang_getCString(S)); in PrintCursor()
836 clang_getCString(Name), line, column); in PrintCursor()
852 I, TAK, clang_getCString(S)); in PrintCursor()
893 printf(" (%s)", clang_getCString(Included)); in PrintCursor()
969 if (!clang_getCString(source)) { in GetCursorSource()
974 const char *b = basename(clang_getCString(source)); in GetCursorSource()
999 fprintf(stderr, "%s\n", clang_getCString(Msg)); in PrintDiagnostic()
1023 clang_getCString(insertion_text), start_line, start_column); in PrintDiagnostic()
1024 } else if (strcmp(clang_getCString(insertion_text), "") == 0) { in PrintDiagnostic()
1036 fprintf(out, " with \"%s\"\n", clang_getCString(insertion_text)); in PrintDiagnostic()
1165 if (clang_getCString(source)) { in FunctionScanVisitor()
1194 const char *cstr = clang_getCString(USR); in USRVisitor()
1222 printf("file: %s\nincluded by:\n", clang_getCString(fname)); in InclusionVisitor()
1231 printf(" %s:%d:%d\n", clang_getCString(fname), line, column); in InclusionVisitor()
1304 clang_getCString(TypeSpelling), in PrintTypeAndTypeKind()
1305 clang_getCString(TypeKindSpelling)); in PrintTypeAndTypeKind()
1434 const char *FieldName = clang_getCString(FieldSpelling); in PrintTypeSize()
1483 printf(" [mangled=%s]\n", clang_getCString(MangledName)); in PrintMangledName()
1501 printf(" [mangled=%s]", clang_getCString(Manglings->Strings[I])); in PrintManglings()
1959 fprintf(stderr, "%s\n", clang_getCString(DiagStr)); in checkForErrors()
1996 cstr = clang_getCString(text); in print_completion_string()
2015 fprintf(file, "%s:", clang_getCString(ks)); in print_completion_result()
2048 fprintf(file, "\"%s\"", clang_getCString(Annotation)); in print_completion_result()
2060 clang_getCString(KindSpelling), in print_completion_result()
2061 clang_getCString(ParentName)); in print_completion_result()
2069 BriefCommentCString = clang_getCString(BriefComment); in print_completion_result()
2250 printf("Container Kind: %s\n", clang_getCString(containerKindSpelling)); in perform_code_completion()
2261 printf("Container USR: %s\n", clang_getCString(containerUSR)); in perform_code_completion()
2266 selectorString = clang_getCString(objCSelector); in perform_code_completion()
2401 cspell = clang_getCString(Spelling); in inspect_print_cursor()
2423 printf(" Receiver-type=%s", clang_getCString(S)); in inspect_print_cursor()
2438 clang_getCString(name), clang_getCString(astFilename), in inspect_print_cursor()
2445 printf("\n%s", clang_getCString(filename)); in inspect_print_cursor()
2508 cspell = clang_getCString(Spelling); in inspect_evaluate_cursor()
2543 cspell = clang_getCString(Spelling); in inspect_macroinfo_cursor()
2853 printf("%s", clang_getCString(filename)); in printCXIndexFile()
2876 cname = clang_getCString(filename); in printCXIndexLoc()
3064 cstr = clang_getCString(str); in index_diagnostic()
3084 index_data->main_filename = clang_getCString(filename); in index_enteredMainFile()
3112 const char *cstr = clang_getCString(str); in index_ppIncludedFile()
3130 importedASTS_insert(index_data->importedASTs, clang_getCString(filename)); in index_importedASTFile()
3140 printf(" | name: \"%s\"", clang_getCString(name)); in index_importedASTFile()
3535 if (chdir(clang_getCString(wd)) != 0) { in index_compile_db()
3536 printf("Could not chdir to %s\n", clang_getCString(wd)); in index_compile_db()
3550 args[a] = clang_getCString(cxargs[a]); in index_compile_db()
3715 printf("%s: \"%s\" ", kind, clang_getCString(spelling)); in perform_token_annotation()
3788 printf("workdir:'%s'", clang_getCString(wd)); in perform_test_compilation_db()
3796 printf("%s", clang_getCString(arg)); in perform_test_compilation_db()
3838 const char *s = clang_getCString(usr); in print_usr()
4098 fprintf(stderr, "%s:%d:%d", clang_getCString(FileName), line, column); in printLocation()
4133 fprintf(stderr, "): \"%s\"\n", clang_getCString(text)); in printFixIts()
4162 clang_getCString(FileName), in printDiagnosticSet()
4166 clang_getCString(DiagSpelling)); in printDiagnosticSet()
4169 DiagOptionStr = clang_getCString(DiagOption); in printDiagnosticSet()
4175 DiagCatStr = clang_getCString(DiagCat); in printDiagnosticSet()
4204 clang_getCString(errorString)); in read_diagnostics()