Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang-c/
DDocumentation.h260 CINDEX_LINKAGE CXString clang_TextComment_getText(CXComment Comment);
/external/clang/include/clang-c/
DDocumentation.h256 CINDEX_LINKAGE CXString clang_TextComment_getText(CXComment Comment);
/external/clang/tools/libclang/
Dlibclang.exports59 clang_TextComment_getText
DCXComment.cpp131 CXString clang_TextComment_getText(CXComment CXC) { in clang_TextComment_getText() function
/external/llvm-project/clang/tools/libclang/
Dlibclang.exports69 clang_TextComment_getText
DCXComment.cpp127 CXString clang_TextComment_getText(CXComment CXC) { in clang_TextComment_getText() function
/external/rust/crates/clang-sys/src/
Dlib.rs2208 pub fn clang_TextComment_getText(comment: CXComment) -> CXString;
/external/clang/tools/c-index-test/
Dc-index-test.c397 clang_TextComment_getText(Comment)); in DumpCXCommentInternal()
/external/llvm-project/clang/tools/c-index-test/
Dc-index-test.c476 clang_TextComment_getText(Comment)); in DumpCXCommentInternal()