Home
last modified time | relevance | path

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

/third_party/rust/crates/clang-sys/src/
H A Dlib.rs1596 pub Platform: CXString,
1601 pub Message: CXString,
1636 pub struct CXString { structure names
1641 default!(CXString);
1647 pub Strings: *mut CXString,
1768 pub fn clang_CompileCommand_getArg(command: CXCompileCommand, index: c_uint) -> CXString; in clang_CompileCommand_getArg()
1769 pub fn clang_CompileCommand_getDirectory(command: CXCompileCommand) -> CXString; in clang_CompileCommand_getDirectory()
1772 pub fn clang_CompileCommand_getFilename(command: CXCompileCommand) -> CXString; in clang_CompileCommand_getFilename()
1775 pub fn clang_CompileCommand_getMappedSourceContent(command: CXCompileCommand, index: c_uint) -> CXString; in clang_CompileCommand_getMappedSourceContent()
1778 pub fn clang_CompileCommand_getMappedSourcePath(command: CXCompileCommand, index: c_uint) -> CXString; in clang_CompileCommand_getMappedSourcePath()
[all...]
/third_party/rust/crates/rust-cexpr/tests/
H A Dclang.rs167 unsafe fn clang_str_to_vec(s: CXString) -> Vec<u8> { in clang_str_to_vec()
/third_party/rust/crates/bindgen/bindgen/
H A Dclang.rs938 spelling: CXString,
1657 fn cxstring_to_string_leaky(s: CXString) -> String { in cxstring_to_string_leaky()
1665 fn cxstring_into_string(s: CXString) -> String { in cxstring_into_string()

Completed in 9 milliseconds