Searched refs:DocComment (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
H A D | API.h | 158 using DocComment = std::vector<RawComment::CommentLine>; variable 251 DocComment Comment; 292 const DocComment &Comment, DeclarationFragments Declaration, 390 LinkageInfo Linkage, const DocComment &Comment, in NamespaceRecord() 410 LinkageInfo Linkage, const DocComment &Comment, in GlobalFunctionRecord() 422 const DocComment &Comment, in GlobalFunctionRecord() 446 LinkageInfo Linkage, const DocComment &Comment, in GlobalFunctionTemplateRecord() 469 const DocComment &Comment, DeclarationFragments Declaration, in GlobalFunctionTemplateSpecializationRecord() 489 LinkageInfo Linkage, const DocComment &Comment, in GlobalVariableRecord() 500 const DocComment &Comment, in GlobalVariableRecord() [all …]
|
H A D | ExtractAPIVisitor.h | 291 DocComment Comment; in VisitVarDecl() 364 DocComment Comment; in VisitFunctionDecl() 401 DocComment Comment; in VisitEnumDecl() 532 DocComment Comment; in VisitNamespaceDecl() 565 DocComment Comment; in VisitRecordDecl() 606 DocComment Comment; in VisitCXXRecordDecl() 659 DocComment Comment; in VisitCXXMethodDecl() 720 DocComment Comment; in VisitCXXConstructorDecl() 754 DocComment Comment; in VisitCXXDestructorDecl() 785 DocComment Comment; in VisitConceptDecl() [all …]
|
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/ |
H A D | SymbolGraphSerializer.cpp | 252 std::optional<Object> serializeDocComment(const DocComment &Comment) { in serializeDocComment() 256 Object DocComment; in serializeDocComment() local 267 serializeArray(DocComment, "lines", std::move(LinesArray)); in serializeDocComment() 269 return DocComment; in serializeDocComment()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 549 if (RawComment *const DocComment = getRawCommentForDeclNoCacheImpl( in attachCommentsToJustParsedDecls() local 551 cacheRawCommentForDecl(*D, *DocComment); in attachCommentsToJustParsedDecls() 552 comments::FullComment *FC = DocComment->parse(*this, PP, D); in attachCommentsToJustParsedDecls()
|