Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXSourceLocation.cpp75 unsigned clang_equalRanges(CXSourceRange range1, CXSourceRange range2) { in clang_equalRanges() function
83 return clang_equalRanges(range, clang_getNullRange()); in clang_Range_isNull()
H A Dlibclang.exports158 clang_equalRanges
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1074 if (!clang_equalRanges(CursorExtent, RefNameRange)) in PrintCursor()
1082 if (clang_equalRanges(clang_getNullRange(), RefNameRange)) in PrintCursor()
1084 if (!clang_equalRanges(CursorExtent, RefNameRange)) in PrintCursor()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h532 CINDEX_LINKAGE unsigned clang_equalRanges(CXSourceRange range1,
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py336 return conf.lib.clang_equalRanges(self, other)