Home
last modified time | relevance | path

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

/external/clang/include/clang-c/
DDocumentation.h343 CXString clang_BlockCommandComment_getCommandName(CXComment Comment);
/external/clang/tools/libclang/
Dlibclang.exports69 clang_BlockCommandComment_getCommandName
DCXComment.cpp227 CXString clang_BlockCommandComment_getCommandName(CXComment CXC) { in clang_BlockCommandComment_getCommandName() function
/external/clang/tools/c-index-test/
Dc-index-test.c470 clang_BlockCommandComment_getCommandName(Comment)); in DumpCXCommentInternal()
524 clang_BlockCommandComment_getCommandName(Comment)); in DumpCXCommentInternal()
/external/rust/crates/clang-sys/src/
Dlib.rs2245 pub fn clang_BlockCommandComment_getCommandName(comment: CXComment) -> CXString;