Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports235 clang_getRangeEnd
DCXSourceLocation.cpp101 CXSourceLocation clang_getRangeEnd(CXSourceRange range) { in clang_getRangeEnd() function
DCIndexDiagnostic.cpp288 clang_getSpellingLocation(clang_getRangeEnd(Range), in clang_formatDiagnostic()
DCIndex.cpp7973 CXSourceLocation ELoc = clang_getRangeEnd(range); in operator <<()
/external/clang/tools/c-index-test/
Dc-index-test.c349 clang_getSpellingLocation(clang_getRangeEnd(R), in PrintRange()
1013 CXSourceLocation end = clang_getRangeEnd(range); in PrintDiagnostic()
3690 clang_getSpellingLocation(clang_getRangeEnd(skipped_ranges->ranges[i]), in perform_token_annotation()
3713 clang_getSpellingLocation(clang_getRangeEnd(extent), in perform_token_annotation()
4109 End = clang_getRangeEnd(SR); in printRanges()
4132 printLocation(clang_getRangeEnd(ReplacementRange)); in printFixIts()
/external/clang/include/clang-c/
DIndex.h606 CINDEX_LINKAGE CXSourceLocation clang_getRangeEnd(CXSourceRange range);
/external/clang/bindings/python/clang/
Dcindex.py261 return conf.lib.clang_getRangeEnd(self)