Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports157 clang_equalLocations
H A DCXSourceLocation.cpp46 unsigned clang_equalLocations(CXSourceLocation loc1, CXSourceLocation loc2) { in clang_equalLocations() function
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c1222 if (clang_equalLocations(start, end)) { in PrintDiagnostic()
4219 if (clang_equalLocations(clang_getNullLocation(), startLoc)) { in perform_token_annotation()
4227 if (clang_equalLocations(clang_getNullLocation(), endLoc)) { in perform_token_annotation()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h486 CINDEX_LINKAGE unsigned clang_equalLocations(CXSourceLocation loc1,
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py290 return conf.lib.clang_equalLocations(self, other)