Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang-c/
DDocumentation.h285 unsigned clang_InlineCommandComment_getNumArgs(CXComment Comment);
/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/llvm-project/clang/tools/libclang/
Dlibclang.exports72 clang_InlineCommandComment_getNumArgs
DCXComment.cpp169 unsigned clang_InlineCommandComment_getNumArgs(CXComment CXC) { in clang_InlineCommandComment_getNumArgs() function
/external/rust/crates/clang-sys/src/
Dlib.rs2196 pub fn clang_InlineCommandComment_getNumArgs(comment: CXComment) -> c_uint;
/external/clang/tools/c-index-test/
Dc-index-test.c422 for (i = 0, e = clang_InlineCommandComment_getNumArgs(Comment); in DumpCXCommentInternal()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c504 for (i = 0, e = clang_InlineCommandComment_getNumArgs(Comment); in DumpCXCommentInternal()