HomeSort by relevance Sort by last modified time
    Searched refs:clang_getSpellingLocation (Results 1 - 4 of 4) sorted by null

  /external/clang/tools/libclang/
CIndexDiagnostic.cpp 253 clang_getSpellingLocation(clang_getDiagnosticLocation(Diagnostic),
270 clang_getSpellingLocation(clang_getRangeStart(Range),
273 clang_getSpellingLocation(clang_getRangeEnd(Range),
CXSourceLocation.cpp 293 void clang_getSpellingLocation(CXSourceLocation location,
  /external/clang/tools/c-index-test/
c-index-test.c 255 clang_getSpellingLocation(clang_getRangeStart(R),
257 clang_getSpellingLocation(clang_getRangeEnd(R),
621 clang_getSpellingLocation(Loc, 0, &line, &column, 0);
627 clang_getSpellingLocation(Loc, 0, &line, &column, 0);
736 clang_getSpellingLocation(Loc, 0, &line, &column, 0);
750 clang_getSpellingLocation(Loc, 0, &line, &column, 0);
876 clang_getSpellingLocation(clang_getDiagnosticLocation(Diagnostic),
890 clang_getSpellingLocation(start, &start_file, &start_line,
892 clang_getSpellingLocation(end, &end_file, &end_line, &end_column, 0);
976 clang_getSpellingLocation(Loc, 0, &line, &column, 0)
    [all...]
  /external/clang/include/clang-c/
Index.h 359 * Use clang_getExpansionLocation() or clang_getSpellingLocation()
550 CINDEX_LINKAGE void clang_getSpellingLocation(CXSourceLocation location,
    [all...]

Completed in 66 milliseconds