Lines Matching refs:CXIdxLoc
1405 pub loc: CXIdxLoc,
1415 pub loc: CXIdxLoc,
1443 pub loc: CXIdxLoc,
1478 pub loc: CXIdxLoc,
1495 pub classLoc: CXIdxLoc,
1505 pub loc: CXIdxLoc,
1514 pub hashLoc: CXIdxLoc,
1526 pub struct CXIdxLoc {
1531 default!(CXIdxLoc);
1539 pub classLoc: CXIdxLoc,
1579 pub loc: CXIdxLoc,
2185 pub fn clang_indexLoc_getCXSourceLocation(location: CXIdxLoc) -> CXSourceLocation;
2186 pub fn clang_indexLoc_getFileLocation(location: CXIdxLoc, index_file: *mut CXIdxClientFile, file: *mut CXFile, line: *mut c_uint, column: *mut c_uint, offset: *mut c_uint);