Home
last modified time | relevance | path

Searched refs:FullComment (Results 1 – 19 of 19) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DTextNodeDumper.h130 const comments::FullComment *>,
169 void Visit(const comments::Comment *C, const comments::FullComment *FC);
209 const comments::FullComment *);
211 const comments::FullComment *);
213 const comments::FullComment *);
215 const comments::FullComment *);
217 const comments::FullComment *);
219 const comments::FullComment *FC);
221 const comments::FullComment *FC);
223 const comments::FullComment *);
[all …]
DJSONNodeDumper.h120 const comments::FullComment *>,
139 const comments::FullComment *>;
201 void Visit(const comments::Comment *C, const comments::FullComment *FC);
333 const comments::FullComment *);
335 const comments::FullComment *);
337 const comments::FullComment *);
339 const comments::FullComment *);
341 const comments::FullComment *);
343 const comments::FullComment *FC);
345 const comments::FullComment *FC);
[all …]
DRawCommentList.h29 class FullComment; variable
143 comments::FullComment *parse(const ASTContext &Context,
DCommentSema.h182 FullComment *actOnFullComment(ArrayRef<BlockContentComment *> Blocks);
202 void resolveParamCommandIndexes(const FullComment *FC);
DComment.h29 class FullComment; variable
762 StringRef getParamName(const FullComment *FC) const;
832 StringRef getParamName(const FullComment *FC) const;
1091 class FullComment : public Comment {
1096 FullComment(ArrayRef<BlockContentComment *> Blocks, DeclInfo *D) : in FullComment() function
DASTNodeTraverser.h65 const comments::FullComment *>,
102 if (const comments::FullComment *Comment = in Visit()
259 void Visit(const comments::Comment *C, const comments::FullComment *FC) { in Visit()
266 const comments::FullComment *>::visit(C, in Visit()
DCommentParser.h115 FullComment *parseFullComment();
DASTContext.h153 class FullComment; variable
794 mutable llvm::DenseMap<const Decl *, comments::FullComment *> ParsedComments;
844 comments::FullComment *getCommentForDecl(const Decl *D,
850 comments::FullComment *getLocalCommentForDeclUncached(const Decl *D) const;
852 comments::FullComment *cloneFullComment(comments::FullComment *FC,
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Index/
DCommentToXML.h18 class FullComment; variable
28 void convertCommentToHTML(const comments::FullComment *FC,
36 void convertCommentToXML(const comments::FullComment *FC,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Index/
DCommentToXML.cpp84 FullCommentParts(const FullComment *C,
97 FullCommentParts::FullCommentParts(const FullComment *C, in FullCommentParts()
221 CommentASTToHTMLConverter(const FullComment *FC, in CommentASTToHTMLConverter()
242 void visitFullComment(const FullComment *C);
253 const FullComment *FC;
442 void CommentASTToHTMLConverter::visitFullComment(const FullComment *C) { in visitFullComment()
532 CommentASTToXMLConverter(const FullComment *FC, in CommentASTToXMLConverter()
557 void visitFullComment(const FullComment *C);
567 const FullComment *FC;
819 void CommentASTToXMLConverter::visitFullComment(const FullComment *C) { in visitFullComment()
[all …]
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DASTDumper.cpp252 const auto *FC = dyn_cast<FullComment>(this); in dump()
261 const auto *FC = dyn_cast<FullComment>(this); in dump()
269 const auto *FC = dyn_cast<FullComment>(this); in dumpColor()
DJSONNodeDumper.cpp133 const comments::FullComment *FC) { in Visit()
1566 const comments::FullComment *) { in visitTextComment() argument
1571 const comments::InlineCommandComment *C, const comments::FullComment *) { in visitInlineCommandComment() argument
1601 const comments::HTMLStartTagComment *C, const comments::FullComment *) { in visitHTMLStartTagComment() argument
1616 const comments::HTMLEndTagComment *C, const comments::FullComment *) { in visitHTMLEndTagComment() argument
1621 const comments::BlockCommandComment *C, const comments::FullComment *) { in visitBlockCommandComment() argument
1633 const comments::ParamCommandComment *C, const comments::FullComment *FC) { in visitParamCommandComment()
1656 const comments::TParamCommandComment *C, const comments::FullComment *FC) { in visitTParamCommandComment()
1671 const comments::VerbatimBlockComment *C, const comments::FullComment *) { in visitVerbatimBlockComment() argument
1678 const comments::FullComment *) { in visitVerbatimBlockLineComment() argument
[all …]
DTextNodeDumper.cpp71 const comments::FullComment *FC) { in Visit()
86 const comments::FullComment *>::visit(C, FC); in Visit()
762 const comments::FullComment *) { in visitTextComment() argument
767 const comments::InlineCommandComment *C, const comments::FullComment *) { in visitInlineCommandComment() argument
792 const comments::HTMLStartTagComment *C, const comments::FullComment *) { in visitHTMLStartTagComment() argument
806 const comments::HTMLEndTagComment *C, const comments::FullComment *) { in visitHTMLEndTagComment() argument
811 const comments::BlockCommandComment *C, const comments::FullComment *) { in visitBlockCommandComment() argument
818 const comments::ParamCommandComment *C, const comments::FullComment *FC) { in visitParamCommandComment()
839 const comments::TParamCommandComment *C, const comments::FullComment *FC) { in visitTParamCommandComment()
859 const comments::VerbatimBlockComment *C, const comments::FullComment *) { in visitVerbatimBlockComment() argument
[all …]
DComment.cpp371 StringRef ParamCommandComment::getParamName(const FullComment *FC) const { in getParamName()
378 StringRef TParamCommandComment::getParamName(const FullComment *FC) const { in getParamName()
DCommentSema.cpp546 FullComment *Sema::actOnFullComment( in actOnFullComment()
548 FullComment *FC = new (Allocator) FullComment(Blocks, ThisDeclInfo); in actOnFullComment()
732 void Sema::resolveParamCommandIndexes(const FullComment *FC) { in resolveParamCommandIndexes()
DRawCommentList.cpp203 comments::FullComment *RawComment::parse(const ASTContext &Context, in parse()
DASTContext.cpp525 comments::FullComment *FC = DocComment->parse(*this, PP, D); in attachCommentsToJustParsedDecls()
531 comments::FullComment *ASTContext::cloneFullComment(comments::FullComment *FC, in cloneFullComment()
540 comments::FullComment *CFC = in cloneFullComment()
541 new (*this) comments::FullComment(FC->getBlocks(), in cloneFullComment()
546 comments::FullComment *ASTContext::getLocalCommentForDeclUncached(const Decl *D) const { in getLocalCommentForDeclUncached()
551 comments::FullComment *ASTContext::getCommentForDecl( in getCommentForDecl()
559 llvm::DenseMap<const Decl *, comments::FullComment *>::iterator Pos = in getCommentForDecl()
564 comments::FullComment *FC = Pos->second; in getCommentForDecl()
565 comments::FullComment *CFC = cloneFullComment(FC, D); in getCommentForDecl()
580 if (comments::FullComment *FC = getCommentForDecl(PDecl, PP)) in getCommentForDecl()
[all …]
DCommentParser.cpp763 FullComment *Parser::parseFullComment() { in parseFullComment()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DCommentNodes.td26 def FullComment : CommentNode<Comment>;