Home
last modified time | relevance | path

Searched refs:clang_BlockCommandComment_getArgText (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang-c/
DDocumentation.h361 CXString clang_BlockCommandComment_getArgText(CXComment Comment,
/external/clang/tools/libclang/
Dlibclang.exports71 clang_BlockCommandComment_getArgText
DCXComment.cpp244 CXString clang_BlockCommandComment_getArgText(CXComment CXC, in clang_BlockCommandComment_getArgText() function
/external/rust/android-crates-io/crates/clang-sys/src/
Dlib.rs2399 pub fn clang_BlockCommandComment_getArgText(comment: CXComment, index: c_uint) -> CXString;
/external/clang/tools/c-index-test/
Dc-index-test.c475 clang_BlockCommandComment_getArgText(Comment, i)); in DumpCXCommentInternal()