Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang-c/
DDocumentation.h253 unsigned clang_InlineContentComment_hasTrailingNewline(CXComment Comment);
/external/clang/include/clang-c/
DDocumentation.h249 unsigned clang_InlineContentComment_hasTrailingNewline(CXComment Comment);
/external/clang/tools/libclang/
Dlibclang.exports58 clang_InlineContentComment_hasTrailingNewline
DCXComment.cpp123 unsigned clang_InlineContentComment_hasTrailingNewline(CXComment CXC) { in clang_InlineContentComment_hasTrailingNewline() function
/external/llvm-project/clang/tools/libclang/
Dlibclang.exports68 clang_InlineContentComment_hasTrailingNewline
DCXComment.cpp119 unsigned clang_InlineContentComment_hasTrailingNewline(CXComment CXC) { in clang_InlineContentComment_hasTrailingNewline() function
/external/clang/tools/c-index-test/
Dc-index-test.c400 if (clang_InlineContentComment_hasTrailingNewline(Comment)) in DumpCXCommentInternal()
428 if (clang_InlineContentComment_hasTrailingNewline(Comment)) in DumpCXCommentInternal()
449 if (clang_InlineContentComment_hasTrailingNewline(Comment)) in DumpCXCommentInternal()
458 if (clang_InlineContentComment_hasTrailingNewline(Comment)) in DumpCXCommentInternal()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c479 if (clang_InlineContentComment_hasTrailingNewline(Comment)) in DumpCXCommentInternal()
510 if (clang_InlineContentComment_hasTrailingNewline(Comment)) in DumpCXCommentInternal()
531 if (clang_InlineContentComment_hasTrailingNewline(Comment)) in DumpCXCommentInternal()
540 if (clang_InlineContentComment_hasTrailingNewline(Comment)) in DumpCXCommentInternal()
/external/rust/crates/clang-sys/src/
Dlib.rs2198 pub fn clang_InlineContentComment_hasTrailingNewline(comment: CXComment) -> c_uint;