reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang-c/Index.h
  656 CINDEX_LINKAGE void clang_getSpellingLocation(CXSourceLocation location,

References

tools/clang/tools/c-index-test/c-index-test.c
  422   clang_getSpellingLocation(clang_getRangeStart(R),
  424   clang_getSpellingLocation(clang_getRangeEnd(R),
  804           clang_getSpellingLocation(Loc, 0, &line, &column, 0);
  810         clang_getSpellingLocation(Loc, 0, &line, &column, 0);
  994       clang_getSpellingLocation(Loc, 0, &line, &column, 0);
 1038         clang_getSpellingLocation(Loc, 0, &line, &column, 0);
 1201   clang_getSpellingLocation(clang_getDiagnosticLocation(Diagnostic),
 1215     clang_getSpellingLocation(start, &start_file, &start_line,
 1217     clang_getSpellingLocation(end, &end_file, &end_line, &end_column, 0);
 1300     clang_getSpellingLocation(Loc, 0, &line, &column, 0);
 1361     clang_getSpellingLocation(Loc, &file, 0, 0, 0);
 1427     clang_getSpellingLocation(includeStack[i], &includingFile, &line,
 2883   clang_getSpellingLocation(CursorLoc, 0, &line, &column, 0);
 2999   clang_getSpellingLocation(CursorLoc, 0, &line, &column, 0);
 3034   clang_getSpellingLocation(CursorLoc, 0, &line, &column, 0);
 4218     clang_getSpellingLocation(clang_getRangeStart(skipped_ranges->ranges[i]),
 4220     clang_getSpellingLocation(clang_getRangeEnd(skipped_ranges->ranges[i]),
 4241     clang_getSpellingLocation(clang_getRangeStart(extent),
 4243     clang_getSpellingLocation(clang_getRangeEnd(extent),
tools/clang/tools/libclang/CIndexDiagnostic.cpp
  257     clang_getSpellingLocation(clang_getDiagnosticLocation(Diagnostic),
  274           clang_getSpellingLocation(clang_getRangeStart(Range),
  277           clang_getSpellingLocation(clang_getRangeEnd(Range),
tools/clang/unittests/libclang/LibclangTest.cpp
  377   clang_getSpellingLocation(cxl, nullptr, &line, nullptr, nullptr);
  380   clang_getSpellingLocation(cxl, nullptr, &line, nullptr, nullptr);
  384   clang_getSpellingLocation(cxl, nullptr, &line, nullptr, nullptr);
  387   clang_getSpellingLocation(cxl, nullptr, &line, nullptr, nullptr);
  632     clang_getSpellingLocation(cxl, nullptr, &line, nullptr, nullptr);
  635     clang_getSpellingLocation(cxl, nullptr, &line, nullptr, nullptr);
  639     clang_getSpellingLocation(cxl, nullptr, &line, nullptr, nullptr);
  642     clang_getSpellingLocation(cxl, nullptr, &line, nullptr, nullptr);
  646     clang_getSpellingLocation(cxl, nullptr, &line, nullptr, nullptr);
  649     clang_getSpellingLocation(cxl, nullptr, &line, nullptr, nullptr);
  659     clang_getSpellingLocation(cxl, nullptr, &line, nullptr, nullptr);
  667     clang_getSpellingLocation(cxl, nullptr, &line, nullptr, nullptr);
  670     clang_getSpellingLocation(cxl, nullptr, &line, nullptr, nullptr);