Home
last modified time | relevance | path

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

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