Home
last modified time | relevance | path

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

/external/clang/tools/libclang/
Dlibclang.exports193 clang_getRangeEnd
DCXSourceLocation.cpp101 CXSourceLocation clang_getRangeEnd(CXSourceRange range) { in clang_getRangeEnd() function
DCIndexDiagnostic.cpp273 clang_getSpellingLocation(clang_getRangeEnd(Range), in clang_formatDiagnostic()
DCIndex.cpp6435 CXSourceLocation ELoc = clang_getRangeEnd(range); in operator <<()
/external/clang/tools/c-index-test/
Dc-index-test.c257 clang_getSpellingLocation(clang_getRangeEnd(R), in PrintRange()
843 CXSourceLocation end = clang_getRangeEnd(range); in PrintDiagnostic()
3098 clang_getSpellingLocation(clang_getRangeEnd(extent), in perform_token_annotation()
3491 End = clang_getRangeEnd(SR); in printRanges()
3514 printLocation(clang_getRangeEnd(ReplacementRange)); in printFixIts()
/external/clang/include/clang-c/
DIndex.h590 CINDEX_LINKAGE CXSourceLocation clang_getRangeEnd(CXSourceRange range);
/external/clang/bindings/python/clang/
Dcindex.py261 return conf.lib.clang_getRangeEnd(self)