Home
last modified time | relevance | path

Searched refs:CXSourceRange (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/clang-sys/src/
H A Dlib.rs1387 pub visit: Option<extern "C" fn(*mut c_void, CXCursor, CXSourceRange) -> CXVisitorResult>,
1617 pub struct CXSourceRange { structure names
1623 default!(CXSourceRange);
1629 pub ranges: *mut CXSourceRange,
1792 pub fn clang_Cursor_getCommentRange(cursor: CXCursor) -> CXSourceRange; in clang_Cursor_getCommentRange()
1818 pub fn clang_Cursor_getSpellingNameRange(cursor: CXCursor, index: c_uint, reserved: c_uint) -> CXSourceRange; in clang_Cursor_getSpellingNameRange()
1926 pub fn clang_Range_isNull(range: CXSourceRange) -> c_int; in clang_Range_isNull()
2021 pub fn clang_equalRanges(left: CXSourceRange, right: CXSourceRange) -> c_uint; in clang_equalRanges()
2054 pub fn clang_getCompletionFixIt(results: *mut CXCodeCompleteResults, completion_index: c_uint, fixit_index: c_uint, range: *mut CXSourceRange)
[all...]
/third_party/rust/crates/rust-cexpr/tests/
H A Dclang.rs212 unsafe fn location_in_scope(r: CXSourceRange) -> bool { in location_in_scope()
/third_party/rust/crates/bindgen/bindgen/
H A Dclang.rs383 pub fn extent(&self) -> CXSourceRange { in extent()
941 pub extent: CXSourceRange,

Completed in 10 milliseconds