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

Declarations

tools/clang/include/clang-c/Index.h
  499 CINDEX_LINKAGE CXSourceLocation clang_getLocation(CXTranslationUnit tu,

References

tools/clang/tools/c-index-test/c-index-test.c
 1366         = clang_getLocation(Data->TU, file, curLine, curColumn);
 2268     cursor = clang_getCursor(TU, clang_getLocation(TU, file, line, col));
 2854                                clang_getLocation(TU, file, Locations[Loc].line,
 3149                                clang_getLocation(TU, file, Locations[Loc].line,
 4182   startLoc = clang_getLocation(TU, file, line, column);
 4190   endLoc = clang_getLocation(TU, file, second_line, second_column);