Home
last modified time | relevance | path

Searched refs:CXSourceRange (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang-c/
H A DIndex.h472 } CXSourceRange; typedef
520 CINDEX_LINKAGE CXSourceRange clang_getNullRange(void);
526 CINDEX_LINKAGE CXSourceRange clang_getRange(CXSourceLocation begin,
534 CINDEX_LINKAGE unsigned clang_equalRanges(CXSourceRange range1,
535 CXSourceRange range2);
540 CINDEX_LINKAGE int clang_Range_isNull(CXSourceRange range);
696 CINDEX_LINKAGE CXSourceLocation clang_getRangeEnd(CXSourceRange range);
707 CXSourceRange *ranges;
3158 CINDEX_LINKAGE CXSourceRange clang_getCursorExtent(CXCursor);
5456 unsigned fixit_index, CXSourceRange *replacement_range);
[all …]