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

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

Completed in 306 milliseconds