Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports126 clang_equalLocations
DCXSourceLocation.cpp48 unsigned clang_equalLocations(CXSourceLocation loc1, CXSourceLocation loc2) { in clang_equalLocations() function
/external/clang/tools/c-index-test/
Dc-index-test.c988 if (clang_equalLocations(start, end)) { in PrintDiagnostic()
3439 if (clang_equalLocations(clang_getNullLocation(), startLoc)) { in perform_token_annotation()
3447 if (clang_equalLocations(clang_getNullLocation(), endLoc)) { in perform_token_annotation()
/external/clang/include/clang-c/
DIndex.h398 CINDEX_LINKAGE unsigned clang_equalLocations(CXSourceLocation loc1,
/external/clang/bindings/python/clang/
Dcindex.py218 return conf.lib.clang_equalLocations(self, other)