Home
last modified time | relevance | path

Searched refs:getParagraph (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DCommentToXML.cpp337 visitNonStandaloneParagraphComment(C->getParagraph()); in visitBlockCommandComment()
344 visitNonStandaloneParagraphComment(C->getParagraph()); in visitBlockCommandComment()
349 visit(C->getParagraph()); in visitBlockCommandComment()
380 visitNonStandaloneParagraphComment(C->getParagraph()); in visitParamCommandComment()
411 visitNonStandaloneParagraphComment(C->getParagraph()); in visitTParamCommandComment()
734 appendParagraphCommentWithKind(C->getParagraph(), ParagraphKind); in visitBlockCommandComment()
765 visit(C->getParagraph()); in visitParamCommandComment()
781 visit(C->getParagraph()); in visitTParamCommandComment()
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DCXComment.cpp257 return createCXComment(BCC->getParagraph(), CXC.TranslationUnit); in clang_BlockCommandComment_getParagraph()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DComment.h689 ParagraphComment *getParagraph() const LLVM_READONLY { in getParagraph() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DCommentSema.cpp569 ParagraphComment *Paragraph = Command->getParagraph(); in checkBlockCommandEmptyParagraph()