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()
DCIndexDiagnostic.cpp128 L = clang_getNullLocation(); in emitDiagnosticMessage()
150 L = clang_getNullLocation(); in emitNote()
388 return clang_getNullLocation(); in clang_getDiagnosticLocation()
DCXSourceLocation.h33 clang_getNullLocation(); in translateSourceLocation()
DCXStoredDiagnostic.cpp46 return clang_getNullLocation(); in getLocation()
Dlibclang.exports222 clang_getNullLocation
DIndexing.cpp974 return clang_getNullLocation(); in clang_indexLoc_getCXSourceLocation()
DCIndex.cpp5196 return clang_getNullLocation(); in clang_getCursorLocation()
5258 return clang_getNullLocation(); in clang_getCursorLocation()
5262 return clang_getNullLocation(); in clang_getCursorLocation()
6009 return clang_getNullLocation(); in clang_getTokenLocation()
6014 return clang_getNullLocation(); in clang_getTokenLocation()
/external/clang/include/clang-c/
DIndex.h387 CINDEX_LINKAGE CXSourceLocation clang_getNullLocation(void);
/external/clang/tools/c-index-test/
Dc-index-test.c3654 if (clang_equalLocations(clang_getNullLocation(), startLoc)) { in perform_token_annotation()
3662 if (clang_equalLocations(clang_getNullLocation(), endLoc)) { in perform_token_annotation()