Home
last modified time | relevance | path

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

/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/clang/tools/c-index-test/
Dc-index-test.c547 DumpCXCommentInternal(Ctx, clang_Comment_getChild(Comment, i)); in DumpCXCommentInternal()