Lines Matching refs:clang_getSpellingLocation

347   clang_getSpellingLocation(clang_getRangeStart(R),  in PrintRange()
349 clang_getSpellingLocation(clang_getRangeEnd(R), in PrintRange()
704 clang_getSpellingLocation(Loc, 0, &line, &column, 0); in PrintCursor()
710 clang_getSpellingLocation(Loc, 0, &line, &column, 0); in PrintCursor()
834 clang_getSpellingLocation(Loc, 0, &line, &column, 0); in PrintCursor()
875 clang_getSpellingLocation(Loc, 0, &line, &column, 0); in PrintCursor()
1002 clang_getSpellingLocation(clang_getDiagnosticLocation(Diagnostic), in PrintDiagnostic()
1016 clang_getSpellingLocation(start, &start_file, &start_line, in PrintDiagnostic()
1018 clang_getSpellingLocation(end, &end_file, &end_line, &end_column, 0); in PrintDiagnostic()
1101 clang_getSpellingLocation(Loc, 0, &line, &column, 0); in FilteredPrintingVisitor()
1162 clang_getSpellingLocation(Loc, &file, 0, 0, 0); in FunctionScanVisitor()
1228 clang_getSpellingLocation(includeStack[i], &includingFile, &line, in InclusionVisitor()
2396 clang_getSpellingLocation(CursorLoc, 0, &line, &column, 0); in inspect_print_cursor()
2503 clang_getSpellingLocation(CursorLoc, 0, &line, &column, 0); in inspect_evaluate_cursor()
2538 clang_getSpellingLocation(CursorLoc, 0, &line, &column, 0); in inspect_macroinfo_cursor()
3688 clang_getSpellingLocation(clang_getRangeStart(skipped_ranges->ranges[i]), in perform_token_annotation()
3690 clang_getSpellingLocation(clang_getRangeEnd(skipped_ranges->ranges[i]), in perform_token_annotation()
3711 clang_getSpellingLocation(clang_getRangeStart(extent), in perform_token_annotation()
3713 clang_getSpellingLocation(clang_getRangeEnd(extent), in perform_token_annotation()