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

Declarations

tools/clang/include/clang-c/Index.h
 3186 CINDEX_LINKAGE CXSourceLocation clang_getCursorLocation(CXCursor);

References

tools/clang/tools/c-index-test/c-index-test.c
  803           Loc = clang_getCursorLocation(Ovl);
  809         CXSourceLocation Loc = clang_getCursorLocation(Referenced);
  992       CXSourceLocation Loc = clang_getCursorLocation(SpecializationOf);
 1037         CXSourceLocation Loc = clang_getCursorLocation(overridden[I]);
 1156   CXSourceLocation Loc = clang_getCursorLocation(Cursor);
 1298     CXSourceLocation Loc = clang_getCursorLocation(Cursor);
 1360     Loc = clang_getCursorLocation(Cursor);
 2879   CXSourceLocation CursorLoc = clang_getCursorLocation(Cursor);
 2993   CXSourceLocation CursorLoc = clang_getCursorLocation(Cursor);
 3030   CXSourceLocation CursorLoc = clang_getCursorLocation(Cursor);
tools/clang/tools/libclang/CIndex.cpp
 4738   CXSourceLocation CXLoc = clang_getCursorLocation(C);
 5678     CXSourceLocation ResultLoc = clang_getCursorLocation(Result);
 5701       CXSourceLocation DefinitionLoc = clang_getCursorLocation(Definition);
 8919   *this << cursorName << "@" << clang_getCursorLocation(cursor);
tools/clang/tools/libclang/CIndexHigh.cpp
  180       Loc = cxloc::translateSourceLocation(clang_getCursorLocation(cursor));
  278     Loc = cxloc::translateSourceLocation(clang_getCursorLocation(cursor));
  356       Loc = cxloc::translateSourceLocation(clang_getCursorLocation(cursor));