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.cpp129 L = clang_getNullLocation();
151 L = clang_getNullLocation();
389 return clang_getNullLocation();
H A DIndexing.cpp1088 return clang_getNullLocation();
H A DCIndex.cpp4319 return clang_getNullLocation();
4381 return clang_getNullLocation();
4385 return clang_getNullLocation();
5120 return clang_getNullLocation();
5125 return clang_getNullLocation();
/external/clang/include/clang-c/
H A DIndex.h382 CINDEX_LINKAGE CXSourceLocation clang_getNullLocation(void);
/external/clang/tools/c-index-test/
H A Dc-index-test.c3374 if (clang_equalLocations(clang_getNullLocation(), startLoc)) {
3382 if (clang_equalLocations(clang_getNullLocation(), endLoc)) {

Completed in 512 milliseconds