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

/external/clang/tools/c-index-test/
H A Dc-index-test.c1110 Ref = clang_getCursor(Data->TU, RefLoc);
1595 /* Logic for testing clang_getCursor(). */
1649 cursor = clang_getCursor(TU, clang_getLocation(TU, file, line, col));
2162 /* Parse the translation unit. When we're testing clang_getCursor() after
2199 Cursor = clang_getCursor(TU,
2333 /* Parse the translation unit. When we're testing clang_getCursor() after
2371 Cursor = clang_getCursor(TU,
2438 /* Parse the translation unit. When we're testing clang_getCursor() after
/external/clang/include/clang-c/
H A DIndex.h2237 * translation unit. clang_getCursor() maps from a physical source location
2666 * clang_getCursor() maps an arbitrary source location within a translation
2669 * clang_getCursor() with a source location pointing to "x" will return the
2671 * "x" or "y" (e.g., on the + or the whitespace around it), clang_getCursor()
2677 CINDEX_LINKAGE CXCursor clang_getCursor(CXTranslationUnit, CXSourceLocation);
3491 * After getting a cursor with #clang_getCursor, this can be called to
3919 * clang_getCursor() for the source locations of each of the
3923 * clang_getCursor() would provide the following cursors:
/external/clang/bindings/python/clang/
H A Dcindex.py1116 cursor = conf.lib.clang_getCursor(tu, location)
2920 ("clang_getCursor",
/external/clang/tools/libclang/
H A DCIndex.cpp2187 // unfortunate. However, clang_getCursor() relies on this behavior.
4115 // clang_getCursor() to point at the constructor.
4129 CXCursor clang_getCursor(CXTranslationUnit TU, CXSourceLocation Loc) { function

Completed in 224 milliseconds