Searched refs:CXSourceLocation (Results 1 – 2 of 2) sorted by relevance
43 pub type CXInclusionVisitor = extern "C" fn(CXFile, *mut CXSourceLocation, c_uint, CXClientData);1608 pub struct CXSourceLocation { struct1613 default!(CXSourceLocation); argument1908 pub fn clang_Location_isFromMainFile(location: CXSourceLocation) -> c_int;1909 pub fn clang_Location_isInSystemHeader(location: CXSourceLocation) -> c_int;2020 pub fn clang_equalLocations(left: CXSourceLocation, right: CXSourceLocation) -> c_uint;2061 pub fn clang_getCursor(tu: CXTranslationUnit, location: CXSourceLocation) -> CXCursor;2075 pub fn clang_getCursorLocation(cursor: CXCursor) -> CXSourceLocation;2104 pub fn clang_getDiagnosticLocation(diagnostic: CXDiagnostic) -> CXSourceLocation;2119 …pub fn clang_getExpansionLocation(location: CXSourceLocation, file: *mut CXFile, line: *mut c_uint…[all …]
1506 x: CXSourceLocation,