Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang-c/
H A DDocumentation.h241 CINDEX_LINKAGE unsigned clang_Comment_isWhitespace(CXComment Comment);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-c/
DDocumentation.h246 CINDEX_LINKAGE unsigned clang_Comment_isWhitespace(CXComment Comment);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-c/
DDocumentation.h246 CINDEX_LINKAGE unsigned clang_Comment_isWhitespace(CXComment Comment);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-c/
DDocumentation.h246 CINDEX_LINKAGE unsigned clang_Comment_isWhitespace(CXComment Comment);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-c/
DDocumentation.h246 CINDEX_LINKAGE unsigned clang_Comment_isWhitespace(CXComment Comment);
/aosp_15_r20/external/clang/tools/libclang/
H A Dlibclang.exports57 clang_Comment_isWhitespace
H A DCXComment.cpp109 unsigned clang_Comment_isWhitespace(CXComment CXC) { in clang_Comment_isWhitespace() function
/aosp_15_r20/external/clang/tools/c-index-test/
H A Dc-index-test.c398 if (clang_Comment_isWhitespace(Comment)) in DumpCXCommentInternal()
463 if (clang_Comment_isWhitespace(Comment)) in DumpCXCommentInternal()
/aosp_15_r20/external/rust/android-crates-io/crates/clang-sys/src/
Dlib.rs2407 pub fn clang_Comment_isWhitespace(comment: CXComment) -> c_uint;