Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports181 clang_getRangeEnd
DCXSourceLocation.cpp99 CXSourceLocation clang_getRangeEnd(CXSourceRange range) { in clang_getRangeEnd() function
DCIndexDiagnostic.cpp274 clang_getSpellingLocation(clang_getRangeEnd(Range), in clang_formatDiagnostic()
/external/clang/tools/c-index-test/
Dc-index-test.c251 clang_getSpellingLocation(clang_getRangeEnd(R), in PrintRange()
837 CXSourceLocation end = clang_getRangeEnd(range); in PrintDiagnostic()
2719 clang_getSpellingLocation(clang_getRangeEnd(extent), in perform_token_annotation()
3111 End = clang_getRangeEnd(SR); in printRanges()
3134 printLocation(clang_getRangeEnd(ReplacementRange)); in printFixIts()
/external/clang/include/clang-c/
DIndex.h515 CINDEX_LINKAGE CXSourceLocation clang_getRangeEnd(CXSourceRange range);
/external/clang/bindings/python/clang/
Dcindex.py261 return conf.lib.clang_getRangeEnd(self)