Searched refs:clang_getNullLocation (Results 1 - 8 of 8) sorted by relevance

/external/clang/tools/libclang/
H A DCXSourceLocation.h33 clang_getNullLocation();
H A DCXSourceLocation.cpp43 CXSourceLocation clang_getNullLocation() { function
127 return clang_getNullLocation();
130 return clang_getNullLocation();
132 return clang_getNullLocation();
143 return clang_getNullLocation();
160 return clang_getNullLocation();
163 return clang_getNullLocation();
171 return clang_getNullLocation();
H A DCXStoredDiagnostic.cpp46 return clang_getNullLocation();
H A DCIndexDiagnostic.cpp128 L = clang_getNullLocation();
150 L = clang_getNullLocation();
388 return clang_getNullLocation();
H A DIndexing.cpp974 return clang_getNullLocation();
H A DCIndex.cpp5196 return clang_getNullLocation();
5258 return clang_getNullLocation();
5262 return clang_getNullLocation();
6009 return clang_getNullLocation();
6014 return clang_getNullLocation();
/external/clang/include/clang-c/
H A DIndex.h387 CINDEX_LINKAGE CXSourceLocation clang_getNullLocation(void);
/external/clang/tools/c-index-test/
H A Dc-index-test.c3654 if (clang_equalLocations(clang_getNullLocation(), startLoc)) {
3662 if (clang_equalLocations(clang_getNullLocation(), endLoc)) {

Completed in 197 milliseconds