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

/external/clang/tools/libclang/
H A DCXSourceLocation.cpp48 unsigned clang_equalLocations(CXSourceLocation loc1, CXSourceLocation loc2) { function
/external/clang/include/clang-c/
H A DIndex.h392 CINDEX_LINKAGE unsigned clang_equalLocations(CXSourceLocation loc1,
/external/clang/tools/c-index-test/
H A Dc-index-test.c961 if (clang_equalLocations(start, end)) {
3374 if (clang_equalLocations(clang_getNullLocation(), startLoc)) {
3382 if (clang_equalLocations(clang_getNullLocation(), endLoc)) {
/external/clang/bindings/python/clang/
H A Dcindex.py218 return conf.lib.clang_equalLocations(self, other)
2852 ("clang_equalLocations",

Completed in 2289 milliseconds