Searched refs:clang_InlineCommandComment_getNumArgs (Results 1 – 9 of 9) sorted by relevance
281 unsigned clang_InlineCommandComment_getNumArgs(CXComment Comment);
286 unsigned clang_InlineCommandComment_getNumArgs(CXComment Comment);
62 clang_InlineCommandComment_getNumArgs
170 unsigned clang_InlineCommandComment_getNumArgs(CXComment CXC) { in clang_InlineCommandComment_getNumArgs() function
2419 pub fn clang_InlineCommandComment_getNumArgs(comment: CXComment) -> c_uint;
422 for (i = 0, e = clang_InlineCommandComment_getNumArgs(Comment); in DumpCXCommentInternal()