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

Declarations

tools/clang/include/clang-c/Index.h
  531 CINDEX_LINKAGE CXSourceRange clang_getRange(CXSourceLocation begin,

References

tools/clang/tools/c-index-test/c-index-test.c
 4198   range = clang_getRange(startLoc, endLoc);
tools/clang/tools/libclang/CIndex.cpp
 7664     *Log << clang_getRange(bloc, eloc);
tools/clang/tools/libclang/CXLoadedDiagnostic.cpp
  304   SR = clang_getRange(startLoc, endLoc);