Home
last modified time | relevance | path

Searched refs:clang_getRangeEnd (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A Dlibclang.exports267 clang_getRangeEnd
H A DCXSourceLocation.cpp99 CXSourceLocation clang_getRangeEnd(CXSourceRange range) { in clang_getRangeEnd() function
H A DCIndexDiagnostic.cpp275 clang_getSpellingLocation(clang_getRangeEnd(Range), in clang_formatDiagnostic()
H A DCIndex.cpp9136 CXSourceLocation ELoc = clang_getRangeEnd(range); in operator <<()
/netbsd-src/external/apache2/llvm/dist/clang/tools/c-index-test/
H A Dc-index-test.c425 clang_getSpellingLocation(clang_getRangeEnd(R), in PrintRange()
1216 CXSourceLocation end = clang_getRangeEnd(range); in PrintDiagnostic()
2496 print_line_column(clang_getRangeEnd(token_range), file); in print_token_range()
4256 clang_getSpellingLocation(clang_getRangeEnd(skipped_ranges->ranges[i]), in perform_token_annotation()
4279 clang_getSpellingLocation(clang_getRangeEnd(extent), in perform_token_annotation()
4670 End = clang_getRangeEnd(SR); in printRanges()
4693 printLocation(clang_getRangeEnd(ReplacementRange)); in printFixIts()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang-c/
H A DIndex.h688 CINDEX_LINKAGE CXSourceLocation clang_getRangeEnd(CXSourceRange range);
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py333 return conf.lib.clang_getRangeEnd(self)