reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang-c/Index.h
  492 CINDEX_LINKAGE unsigned clang_equalLocations(CXSourceLocation loc1,

References

tools/clang/tools/c-index-test/c-index-test.c
 1218     if (clang_equalLocations(start, end)) {
 4183   if (clang_equalLocations(clang_getNullLocation(), startLoc)) {
 4191   if (clang_equalLocations(clang_getNullLocation(), endLoc)) {