Searched refs:clang_getCursor (Results 1 - 4 of 4) sorted by relevance

/external/clang/tools/c-index-test/
H A Dc-index-test.c1152 Ref = clang_getCursor(Data->TU, RefLoc);
1721 /* Logic for testing clang_getCursor(). */
1776 cursor = clang_getCursor(TU, clang_getLocation(TU, file, line, col));
2289 /* Parse the translation unit. When we're testing clang_getCursor() after
2326 Cursor = clang_getCursor(TU,
2460 /* Parse the translation unit. When we're testing clang_getCursor() after
2498 Cursor = clang_getCursor(TU,
2565 /* Parse the translation unit. When we're testing clang_getCursor() after
/external/clang/include/clang-c/
H A DIndex.h2354 * translation unit. clang_getCursor() maps from a physical source location
2808 * clang_getCursor() maps an arbitrary source location within a translation
2811 * clang_getCursor() with a source location pointing to "x" will return the
2813 * "x" or "y" (e.g., on the + or the whitespace around it), clang_getCursor()
2819 CINDEX_LINKAGE CXCursor clang_getCursor(CXTranslationUnit, CXSourceLocation);
3793 * After getting a cursor with #clang_getCursor, this can be called to
4246 * clang_getCursor() for the source locations of each of the
4250 * clang_getCursor() would provide the following cursors:
/external/clang/bindings/python/clang/
H A Dcindex.py1153 cursor = conf.lib.clang_getCursor(tu, location)
3028 ("clang_getCursor",
/external/clang/tools/libclang/
H A DCIndex.cpp2401 // unfortunate. However, clang_getCursor() relies on this behavior.
4622 // clang_getCursor() to point at the constructor.
4641 CXCursor clang_getCursor(CXTranslationUnit TU, CXSourceLocation Loc) { function

Completed in 96 milliseconds