HomeSort by: relevance | last modified time | path
    Searched refs:clang_getCursorLocation (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/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));
CIndex.cpp 4873 CXSourceLocation CXLoc = clang_getCursorLocation(C);
5845 CXSourceLocation ResultLoc = clang_getCursorLocation(Result);
5868 CXSourceLocation DefinitionLoc = clang_getCursorLocation(Definition);
5973 CXSourceLocation clang_getCursorLocation(CXCursor C) {
9119 *this << cursorName << "@" << clang_getCursorLocation(cursor);
  /src/external/apache2/llvm/dist/clang/tools/c-index-test/
c-index-test.c 807 Loc = clang_getCursorLocation(Ovl);
813 CXSourceLocation Loc = clang_getCursorLocation(Referenced);
996 CXSourceLocation Loc = clang_getCursorLocation(SpecializationOf);
1041 CXSourceLocation Loc = clang_getCursorLocation(overridden[I]);
1160 CXSourceLocation Loc = clang_getCursorLocation(Cursor);
1302 CXSourceLocation Loc = clang_getCursorLocation(Cursor);
1364 Loc = clang_getCursorLocation(Cursor);
2915 CXSourceLocation CursorLoc = clang_getCursorLocation(Cursor);
3029 CXSourceLocation CursorLoc = clang_getCursorLocation(Cursor);
3066 CXSourceLocation CursorLoc = clang_getCursorLocation(Cursor)
    [all...]
  /src/external/apache2/llvm/dist/clang/include/clang-c/
Index.h 3218 CINDEX_LINKAGE CXSourceLocation clang_getCursorLocation(CXCursor);
  /src/external/apache2/llvm/dist/clang/bindings/python/clang/
cindex.py 1580 self._loc = conf.lib.clang_getCursorLocation(self)
3588 ("clang_getCursorLocation",

Completed in 30 milliseconds