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

/openbsd-current/gnu/llvm/clang/include/clang-c/
H A DCXSourceLocation.h74 CINDEX_LINKAGE unsigned clang_equalLocations(CXSourceLocation loc1,
/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DCXSourceLocation.cpp46 unsigned clang_equalLocations(CXSourceLocation loc1, CXSourceLocation loc2) { function
/openbsd-current/gnu/llvm/clang/tools/c-index-test/
H A Dc-index-test.c1233 if (clang_equalLocations(start, end)) {
4244 if (clang_equalLocations(clang_getNullLocation(), startLoc)) {
4252 if (clang_equalLocations(clang_getNullLocation(), endLoc)) {
/openbsd-current/gnu/llvm/clang/bindings/python/clang/
H A Dcindex.py290 return conf.lib.clang_equalLocations(self, other)
3550 ("clang_equalLocations",

Completed in 153 milliseconds