Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang-c/
DDocumentation.h234 CXComment clang_Comment_getChild(CXComment Comment, unsigned ChildIdx);
/external/clang/include/clang-c/
DDocumentation.h230 CXComment clang_Comment_getChild(CXComment Comment, unsigned ChildIdx);
/external/clang/tools/libclang/
Dlibclang.exports56 clang_Comment_getChild
DCXComment.cpp101 CXComment clang_Comment_getChild(CXComment CXC, unsigned ChildIdx) { in clang_Comment_getChild() function
/external/llvm-project/clang/tools/libclang/
Dlibclang.exports66 clang_Comment_getChild
DCXComment.cpp97 CXComment clang_Comment_getChild(CXComment CXC, unsigned ChildIdx) { in clang_Comment_getChild() function
/external/rust/crates/bindgen/src/
Dclang.rs1440 x: unsafe { clang_Comment_getChild(self.parent, idx) }, in next()
/external/rust/crates/clang-sys/src/
Dlib.rs2181 pub fn clang_Comment_getChild(comment: CXComment, index: c_uint) -> CXComment;
/external/clang/tools/c-index-test/
Dc-index-test.c547 DumpCXCommentInternal(Ctx, clang_Comment_getChild(Comment, i)); in DumpCXCommentInternal()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c629 DumpCXCommentInternal(Ctx, clang_Comment_getChild(Comment, i)); in DumpCXCommentInternal()