| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | TextNodeDumper.h | 128 const comments::FullComment *>, 188 const comments::FullComment *); 190 const comments::FullComment *); 192 const comments::FullComment *); 194 const comments::FullComment *); 196 const comments::FullComment *); 198 const comments::FullComment *FC); 200 const comments::FullComment *FC); 202 const comments::FullComment *); 205 const comments::FullComment *); [all …]
|
| H A D | RawCommentList.h | 25 class FullComment; variable 139 comments::FullComment *parse(const ASTContext &Context,
|
| H A D | CommentSema.h | 183 FullComment *actOnFullComment(ArrayRef<BlockContentComment *> Blocks); 203 void resolveParamCommandIndexes(const FullComment *FC);
|
| H A D | Comment.h | 30 class FullComment; variable 763 StringRef getParamName(const FullComment *FC) const; 833 StringRef getParamName(const FullComment *FC) const; 1092 class FullComment : public Comment { 1097 FullComment(ArrayRef<BlockContentComment *> Blocks, DeclInfo *D) : in FullComment() function
|
| H A D | CommentParser.h | 116 FullComment *parseFullComment();
|
| H A D | ASTContext.h | 139 class FullComment; variable 792 mutable llvm::DenseMap<const Decl *, comments::FullComment *> ParsedComments; 823 comments::FullComment *getCommentForDecl(const Decl *D, 829 comments::FullComment *getLocalCommentForDeclUncached(const Decl *D) const; 831 comments::FullComment *cloneFullComment(comments::FullComment *FC,
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Index/ |
| H A D | CommentToXML.h | 20 class FullComment; variable 30 void convertCommentToHTML(const comments::FullComment *FC, 38 void convertCommentToXML(const comments::FullComment *FC,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Index/ |
| H A D | CommentToXML.cpp | 83 FullCommentParts(const FullComment *C, 96 FullCommentParts::FullCommentParts(const FullComment *C, in FullCommentParts() 223 CommentASTToHTMLConverter(const FullComment *FC, in CommentASTToHTMLConverter() 244 void visitFullComment(const FullComment *C); 255 const FullComment *FC; 440 void CommentASTToHTMLConverter::visitFullComment(const FullComment *C) { in visitFullComment() 530 CommentASTToXMLConverter(const FullComment *FC, in CommentASTToXMLConverter() 555 void visitFullComment(const FullComment *C); 565 const FullComment *FC; 813 void CommentASTToXMLConverter::visitFullComment(const FullComment *C) { in visitFullComment() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/AST/ |
| H A D | TextNodeDumper.cpp | 59 const comments::FullComment *FC) { in Visit() 74 const comments::FullComment *>::visit(C, FC); in Visit() 447 const comments::FullComment *) { in visitTextComment() argument 452 const comments::InlineCommandComment *C, const comments::FullComment *) { in visitInlineCommandComment() argument 474 const comments::HTMLStartTagComment *C, const comments::FullComment *) { in visitHTMLStartTagComment() argument 488 const comments::HTMLEndTagComment *C, const comments::FullComment *) { in visitHTMLEndTagComment() argument 493 const comments::BlockCommandComment *C, const comments::FullComment *) { in visitBlockCommandComment() argument 500 const comments::ParamCommandComment *C, const comments::FullComment *FC) { in visitParamCommandComment() 541 const comments::VerbatimBlockComment *C, const comments::FullComment *) { in visitVerbatimBlockComment() argument 550 const comments::FullComment *) { in visitVerbatimBlockLineComment() argument [all …]
|
| H A D | ASTDumper.cpp | 46 public ConstCommentVisitor<ASTDumper, void, const FullComment *>, 315 void dumpComment(const Comment *C, const FullComment *FC); 512 if (const FullComment *Comment = in dumpDecl() 1527 void ASTDumper::dumpComment(const Comment *C, const FullComment *FC) { in dumpComment() 1533 ConstCommentVisitor<ASTDumper, void, const FullComment *>::visit(C, FC); in dumpComment() 1647 const FullComment *FC = dyn_cast<FullComment>(this); in dump() 1655 const FullComment *FC = dyn_cast<FullComment>(this); in dumpColor()
|
| H A D | Comment.cpp | 357 StringRef ParamCommandComment::getParamName(const FullComment *FC) const { in getParamName() 364 StringRef TParamCommandComment::getParamName(const FullComment *FC) const { in getParamName()
|
| H A D | CommentSema.cpp | 544 FullComment *Sema::actOnFullComment( in actOnFullComment() 546 FullComment *FC = new (Allocator) FullComment(Blocks, ThisDeclInfo); in actOnFullComment() 712 void Sema::resolveParamCommandIndexes(const FullComment *FC) { in resolveParamCommandIndexes()
|
| H A D | RawCommentList.cpp | 203 comments::FullComment *RawComment::parse(const ASTContext &Context, in parse()
|
| H A D | ASTContext.cpp | 470 comments::FullComment *ASTContext::cloneFullComment(comments::FullComment *FC, in cloneFullComment() 479 comments::FullComment *CFC = in cloneFullComment() 480 new (*this) comments::FullComment(FC->getBlocks(), in cloneFullComment() 490 comments::FullComment *ASTContext::getCommentForDecl( in getCommentForDecl() 498 llvm::DenseMap<const Decl *, comments::FullComment *>::iterator Pos = in getCommentForDecl() 503 comments::FullComment *FC = Pos->second; in getCommentForDecl() 504 comments::FullComment *CFC = cloneFullComment(FC, D); in getCommentForDecl() 534 if (comments::FullComment *FC = getCommentForDecl(TD, PP)) in getCommentForDecl() 540 if (comments::FullComment *FC = getCommentForDecl(IC, PP)) in getCommentForDecl() 546 if (comments::FullComment *FC = getCommentForDecl(IC, PP)) in getCommentForDecl() [all …]
|
| H A D | CommentParser.cpp | 758 FullComment *Parser::parseFullComment() { in parseFullComment()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/ |
| H A D | CommentNodes.td | 26 def FullComment : Comment;
|