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

Declarations

tools/clang/include/clang-c/Index.h
  482 CINDEX_LINKAGE CXSourceLocation clang_getNullLocation(void);

References

tools/clang/tools/c-index-test/c-index-test.c
 4183   if (clang_equalLocations(clang_getNullLocation(), startLoc)) {
 4191   if (clang_equalLocations(clang_getNullLocation(), endLoc)) {
tools/clang/tools/libclang/CIndex.cpp
 5858         return clang_getNullLocation();
 5920     return clang_getNullLocation();
 5924     return clang_getNullLocation();
 6676     return clang_getNullLocation();
 6681     return clang_getNullLocation();
tools/clang/tools/libclang/CIndexDiagnostic.cpp
  123       L = clang_getNullLocation();
  141       L = clang_getNullLocation();
  377   return clang_getNullLocation();
tools/clang/tools/libclang/CXSourceLocation.cpp
  120     return clang_getNullLocation();
  123     return clang_getNullLocation();
  125     return clang_getNullLocation();
  136     return clang_getNullLocation();
  154     return clang_getNullLocation();
  157     return clang_getNullLocation();
  165     return clang_getNullLocation();
tools/clang/tools/libclang/CXSourceLocation.h
   32     clang_getNullLocation();
tools/clang/tools/libclang/CXStoredDiagnostic.cpp
   42     return clang_getNullLocation();
tools/clang/tools/libclang/Indexing.cpp
  993     return clang_getNullLocation();