Searched refs:clang_VerbatimBlockLineComment_getText (Results 1 – 9 of 9) sorted by relevance
480 CXString clang_VerbatimBlockLineComment_getText(CXComment Comment);
485 CXString clang_VerbatimBlockLineComment_getText(CXComment Comment);
91 clang_VerbatimBlockLineComment_getText
344 CXString clang_VerbatimBlockLineComment_getText(CXComment CXC) { in clang_VerbatimBlockLineComment_getText() function
2432 pub fn clang_VerbatimBlockLineComment_getText(comment: CXComment) -> CXString;
530 clang_VerbatimBlockLineComment_getText(Comment)); in DumpCXCommentInternal()