Lines Matching refs:clang_getSpellingLocation
330 clang_getSpellingLocation(clang_getRangeStart(R), in PrintRange()
332 clang_getSpellingLocation(clang_getRangeEnd(R), in PrintRange()
687 clang_getSpellingLocation(Loc, 0, &line, &column, 0); in PrintCursor()
693 clang_getSpellingLocation(Loc, 0, &line, &column, 0); in PrintCursor()
804 clang_getSpellingLocation(Loc, 0, &line, &column, 0); in PrintCursor()
845 clang_getSpellingLocation(Loc, 0, &line, &column, 0); in PrintCursor()
971 clang_getSpellingLocation(clang_getDiagnosticLocation(Diagnostic), in PrintDiagnostic()
985 clang_getSpellingLocation(start, &start_file, &start_line, in PrintDiagnostic()
987 clang_getSpellingLocation(end, &end_file, &end_line, &end_column, 0); in PrintDiagnostic()
1070 clang_getSpellingLocation(Loc, 0, &line, &column, 0); in FilteredPrintingVisitor()
1131 clang_getSpellingLocation(Loc, &file, 0, 0, 0); in FunctionScanVisitor()
1197 clang_getSpellingLocation(includeStack[i], &includingFile, &line, in InclusionVisitor()
2278 clang_getSpellingLocation(CursorLoc, 0, &line, &column, 0); in inspect_cursor_at()
3473 clang_getSpellingLocation(clang_getRangeStart(skipped_ranges->ranges[i]), in perform_token_annotation()
3475 clang_getSpellingLocation(clang_getRangeEnd(skipped_ranges->ranges[i]), in perform_token_annotation()
3496 clang_getSpellingLocation(clang_getRangeStart(extent), in perform_token_annotation()
3498 clang_getSpellingLocation(clang_getRangeEnd(extent), in perform_token_annotation()