Home
last modified time | relevance | path

Searched refs:clang_getNullLocation (Results 1 – 9 of 9) sorted by relevance

/external/clang/tools/libclang/
DCXSourceLocation.cpp43 CXSourceLocation clang_getNullLocation() { in clang_getNullLocation() function
127 return clang_getNullLocation(); in clang_getLocation()
130 return clang_getNullLocation(); in clang_getLocation()
132 return clang_getNullLocation(); in clang_getLocation()
143 return clang_getNullLocation(); in clang_getLocation()
160 return clang_getNullLocation(); in clang_getLocationForOffset()
163 return clang_getNullLocation(); in clang_getLocationForOffset()
171 return clang_getNullLocation(); in clang_getLocationForOffset()
DCXSourceLocation.h33 clang_getNullLocation(); in translateSourceLocation()
DCIndexDiagnostic.cpp128 L = clang_getNullLocation(); in emitDiagnosticMessage()
150 L = clang_getNullLocation(); in emitNote()
388 return clang_getNullLocation(); in clang_getDiagnosticLocation()
DCXStoredDiagnostic.cpp46 return clang_getNullLocation(); in getLocation()
Dlibclang.exports211 clang_getNullLocation
DIndexing.cpp1082 return clang_getNullLocation(); in clang_indexLoc_getCXSourceLocation()
DCIndex.cpp4579 return clang_getNullLocation(); in clang_getCursorLocation()
4641 return clang_getNullLocation(); in clang_getCursorLocation()
4645 return clang_getNullLocation(); in clang_getCursorLocation()
5381 return clang_getNullLocation(); in clang_getTokenLocation()
5386 return clang_getNullLocation(); in clang_getTokenLocation()
/external/clang/include/clang-c/
DIndex.h388 CINDEX_LINKAGE CXSourceLocation clang_getNullLocation(void);
/external/clang/tools/c-index-test/
Dc-index-test.c3439 if (clang_equalLocations(clang_getNullLocation(), startLoc)) { in perform_token_annotation()
3447 if (clang_equalLocations(clang_getNullLocation(), endLoc)) { in perform_token_annotation()