Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/
Dclang.rs44 let s = unsafe { cxstring_into_string(clang_getCursorUSR(self.x)) }; in usr()
59 unsafe { cxstring_into_string(clang_getCursorSpelling(self.x)) } in spelling()
67 unsafe { cxstring_into_string(clang_getCursorDisplayName(self.x)) } in display_name()
72 unsafe { cxstring_into_string(clang_Cursor_getMangling(self.x)) } in mangling()
303 cxstring_into_string(clang_Cursor_getRawCommentText(self.x)) in raw_comment()
725 cxstring_into_string(clang_sys::clang_getFileName(file)) in get_included_file_name()
1006 let s = unsafe { cxstring_into_string(clang_getTypeSpelling(self.x)) }; in spelling()
1413 unsafe { cxstring_into_string(clang_HTMLTagComment_getTagName(self.x)) } in get_tag_name()
1471 cxstring_into_string(clang_HTMLStartTag_getAttrName( in next()
1476 cxstring_into_string(clang_HTMLStartTag_getAttrValue( in next()
[all …]