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

Declarations

tools/clang/include/clang-c/Index.h
 3199 CINDEX_LINKAGE CXSourceRange clang_getCursorExtent(CXCursor);

References

tools/clang/tools/c-index-test/c-index-test.c
 1064     CursorExtent = clang_getCursorExtent(Cursor);
 1281   CXSourceRange extent = clang_getCursorExtent(C);
tools/clang/tools/libclang/CIndex.cpp
 6593       return clang_getCursorExtent(C);
tools/clang/unittests/libclang/LibclangTest.cpp
  713         clang_getCursorExtent(clang_getTranslationUnitCursor(ClangTU));