HomeSort by relevance Sort by last modified time
    Searched refs:clang_equalLocations (Results 1 - 4 of 4) sorted by null

  /external/clang/tools/libclang/
CXSourceLocation.cpp 48 unsigned clang_equalLocations(CXSourceLocation loc1, CXSourceLocation loc2) {
  /external/clang/include/clang-c/
Index.h 392 CINDEX_LINKAGE unsigned clang_equalLocations(CXSourceLocation loc1,
    [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 849 if (clang_equalLocations(start, end)) {
    [all...]
  /external/clang/bindings/python/clang/
cindex.py 218 return conf.lib.clang_equalLocations(self, other)
    [all...]

Completed in 276 milliseconds