Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DDocumentation.h281 unsigned clang_InlineCommandComment_getNumArgs(CXComment Comment);
/external/clang/tools/libclang/
Dlibclang.exports62 clang_InlineCommandComment_getNumArgs
DCXComment.cpp170 unsigned clang_InlineCommandComment_getNumArgs(CXComment CXC) { in clang_InlineCommandComment_getNumArgs() function
/external/clang/tools/c-index-test/
Dc-index-test.c422 for (i = 0, e = clang_InlineCommandComment_getNumArgs(Comment); in DumpCXCommentInternal()