Lines Matching refs:CXSourceRange
1336 pub visit: Option<extern "C" fn(*mut c_void, CXCursor, CXSourceRange) -> CXVisitorResult>,
1566 pub struct CXSourceRange { struct
1572 default!(CXSourceRange); argument
1578 pub ranges: *mut CXSourceRange,
1741 pub fn clang_Cursor_getCommentRange(cursor: CXCursor) -> CXSourceRange;
1773 …ng_Cursor_getSpellingNameRange(cursor: CXCursor, index: c_uint, reserved: c_uint) -> CXSourceRange;
1866 pub fn clang_Range_isNull(range: CXSourceRange) -> c_int;
1961 pub fn clang_equalRanges(left: CXSourceRange, right: CXSourceRange) -> c_uint;
1994 …leteResults, completion_index: c_uint, fixit_index: c_uint, range: *mut CXSourceRange) -> CXString;
2009 pub fn clang_getCursorExtent(cursor: CXCursor) -> CXSourceRange;
2023 …tCursorReferenceNameRange(cursor: CXCursor, flags: CXNameRefFlags, index: c_uint) -> CXSourceRange;
2042 …getDiagnosticFixIt(diagnostic: CXDiagnostic, index: c_uint, range: *mut CXSourceRange) -> CXString;
2048 pub fn clang_getDiagnosticRange(diagnostic: CXDiagnostic, index: c_uint) -> CXSourceRange;
2079 pub fn clang_getNullRange() -> CXSourceRange;
2090 pub fn clang_getRange(start: CXSourceLocation, end: CXSourceLocation) -> CXSourceRange;
2091 pub fn clang_getRangeEnd(range: CXSourceRange) -> CXSourceLocation;
2092 pub fn clang_getRangeStart(range: CXSourceRange) -> CXSourceLocation;
2104 pub fn clang_getTokenExtent(tu: CXTranslationUnit, token: CXToken) -> CXSourceRange;
2173 …pub fn clang_tokenize(tu: CXTranslationUnit, range: CXSourceRange, tokens: *mut *mut CXToken, n_to…