Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h151 using DocComment = std::vector<RawComment::CommentLine>; variable
244 DocComment Comment;
285 const DocComment &Comment, DeclarationFragments Declaration,
385 LinkageInfo Linkage, const DocComment &Comment, in NamespaceRecord()
405 LinkageInfo Linkage, const DocComment &Comment, in GlobalFunctionRecord()
417 const DocComment &Comment, in GlobalFunctionRecord()
441 LinkageInfo Linkage, const DocComment &Comment, in GlobalFunctionTemplateRecord()
464 const DocComment &Comment, DeclarationFragments Declaration, in GlobalFunctionTemplateSpecializationRecord()
484 LinkageInfo Linkage, const DocComment &Comment, in GlobalVariableRecord()
495 const DocComment &Comment, in GlobalVariableRecord()
[all …]
H A DExtractAPIVisitor.h306 DocComment Comment; in VisitVarDecl()
379 DocComment Comment; in VisitFunctionDecl()
416 DocComment Comment; in VisitEnumDecl()
547 DocComment Comment; in VisitNamespaceDecl()
593 DocComment Comment; in VisitRecordDecl()
648 DocComment Comment; in VisitCXXRecordDecl()
701 DocComment Comment; in VisitCXXMethodDecl()
762 DocComment Comment; in VisitCXXConstructorDecl()
796 DocComment Comment; in VisitCXXDestructorDecl()
827 DocComment Comment; in VisitConceptDecl()
[all …]
/freebsd/contrib/llvm-project/clang/lib/ExtractAPI/Serialization/
H A DSymbolGraphSerializer.cpp256 std::optional<Object> serializeDocComment(const DocComment &Comment) { in serializeDocComment()
260 Object DocComment; in serializeDocComment() local
271 serializeArray(DocComment, "lines", std::move(LinesArray)); in serializeDocComment()
273 return DocComment; in serializeDocComment()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp582 if (RawComment *const DocComment = getRawCommentForDeclNoCacheImpl( in attachCommentsToJustParsedDecls() local
584 cacheRawCommentForDecl(*D, *DocComment); in attachCommentsToJustParsedDecls()
585 comments::FullComment *FC = DocComment->parse(*this, PP, D); in attachCommentsToJustParsedDecls()