Home
last modified time | relevance | path

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

/llvm-project/clang/include/clang-c/
H A DDocumentation.h235 CXComment clang_Comment_getChild(CXComment Comment, unsigned ChildIdx);
/llvm-project/clang/tools/libclang/
H A Dlibclang.map36 clang_Comment_getChild;
H A DCXComment.cpp97 CXComment clang_Comment_getChild(CXComment CXC, unsigned ChildIdx) { in clang_Comment_getChild() function
/llvm-project/clang/tools/c-index-test/
H A Dc-index-test.c674 DumpCXCommentInternal(Ctx, clang_Comment_getChild(Comment, i)); in DumpCXCommentInternal()