Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXSourceLocation.cpp41 CXSourceLocation clang_getNullLocation() { in clang_getNullLocation() function
121 return clang_getNullLocation(); in clang_getLocation()
124 return clang_getNullLocation(); in clang_getLocation()
126 return clang_getNullLocation(); in clang_getLocation()
137 return clang_getNullLocation(); in clang_getLocation()
155 return clang_getNullLocation(); in clang_getLocationForOffset()
158 return clang_getNullLocation(); in clang_getLocationForOffset()
166 return clang_getNullLocation(); in clang_getLocationForOffset()
H A DCIndexDiagnostic.cpp121 L = clang_getNullLocation(); in emitDiagnosticMessage()
139 L = clang_getNullLocation(); in emitNote()
375 return clang_getNullLocation(); in clang_getDiagnosticLocation()
H A DCXSourceLocation.h32 clang_getNullLocation(); in translateSourceLocation()
H A DCXStoredDiagnostic.cpp42 return clang_getNullLocation(); in getLocation()
H A Dlibclang.exports254 clang_getNullLocation
H A DIndexing.cpp992 return clang_getNullLocation(); in clang_indexLoc_getCXSourceLocation()
H A DCIndex.cpp6023 return clang_getNullLocation(); in clang_getCursorLocation()
6084 return clang_getNullLocation(); in clang_getCursorLocation()
6088 return clang_getNullLocation(); in clang_getCursorLocation()
6840 return clang_getNullLocation(); in clang_getTokenLocation()
6845 return clang_getNullLocation(); in clang_getTokenLocation()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h476 CINDEX_LINKAGE CXSourceLocation clang_getNullLocation(void);
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c4219 if (clang_equalLocations(clang_getNullLocation(), startLoc)) { in perform_token_annotation()
4227 if (clang_equalLocations(clang_getNullLocation(), endLoc)) { in perform_token_annotation()