Home
last modified time | relevance | path

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

/third_party/rust/crates/clang-sys/src/
Dlib.rs1357 pub struct CXComment { struct
1362 default!(CXComment); argument
2244 pub fn clang_BlockCommandComment_getArgText(comment: CXComment, index: c_uint) -> CXString;
2245 pub fn clang_BlockCommandComment_getCommandName(comment: CXComment) -> CXString;
2246 pub fn clang_BlockCommandComment_getNumArgs(comment: CXComment) -> c_uint;
2247 pub fn clang_BlockCommandComment_getParagraph(comment: CXComment) -> CXComment;
2248 pub fn clang_Comment_getChild(comment: CXComment, index: c_uint) -> CXComment;
2249 pub fn clang_Comment_getKind(comment: CXComment) -> CXCommentKind;
2250 pub fn clang_Comment_getNumChildren(comment: CXComment) -> c_uint;
2251 pub fn clang_Comment_isWhitespace(comment: CXComment) -> c_uint;
[all …]
/third_party/rust/crates/bindgen/bindgen/
Dclang.rs1547 x: CXComment,
1583 parent: CXComment,
1613 x: CXComment,