Home | History | Annotate | Download | only in libclang

Lines Matching refs:CXSourceRange

137 /// useful to have a CXSourceRange be a proper half-open interval. This routine
139 CXSourceRange cxloc::translateSourceRange(const SourceManager &SM,
153 CXSourceRange Result = {
4278 CXSourceRange clang_Cursor_getSpellingNameRange(CXCursor C,
5455 CXSourceRange clang_getCursorExtent(CXCursor C) {
5885 CXSourceRange clang_getCursorReferenceNameRange(CXCursor C, unsigned NameFlags,
6020 CXSourceRange clang_getTokenExtent(CXTranslationUnit TU, CXToken CXTok) {
6106 void clang_tokenize(CXTranslationUnit TU, CXSourceRange Range,
7289 CXSourceRange clang_Cursor_getCommentRange(CXCursor C) {
7749 skipped->ranges = new CXSourceRange[skipped->count];
7971 Logger &cxindex::Logger::operator<<(CXSourceRange range) {