Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang-c/
H A DDocumentation.h480 CXString clang_VerbatimBlockLineComment_getText(CXComment Comment);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang-c/
DDocumentation.h485 CXString clang_VerbatimBlockLineComment_getText(CXComment Comment);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang-c/
DDocumentation.h485 CXString clang_VerbatimBlockLineComment_getText(CXComment Comment);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang-c/
DDocumentation.h485 CXString clang_VerbatimBlockLineComment_getText(CXComment Comment);
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang-c/
DDocumentation.h485 CXString clang_VerbatimBlockLineComment_getText(CXComment Comment);
/aosp_15_r20/external/clang/tools/libclang/
H A Dlibclang.exports91 clang_VerbatimBlockLineComment_getText
H A DCXComment.cpp344 CXString clang_VerbatimBlockLineComment_getText(CXComment CXC) { in clang_VerbatimBlockLineComment_getText() function
/aosp_15_r20/external/rust/android-crates-io/crates/clang-sys/src/
Dlib.rs2432 pub fn clang_VerbatimBlockLineComment_getText(comment: CXComment) -> CXString;
/aosp_15_r20/external/clang/tools/c-index-test/
H A Dc-index-test.c530 clang_VerbatimBlockLineComment_getText(Comment)); in DumpCXCommentInternal()