|
clang 22.0.0git
|
#include "clang/Index/CommentToXML.h"#include "clang/AST/ASTContext.h"#include "clang/AST/Attr.h"#include "clang/AST/Comment.h"#include "clang/AST/CommentVisitor.h"#include "clang/Basic/IdentifierTable.h"#include "clang/Basic/SourceManager.h"#include "clang/Format/Format.h"#include "clang/Index/USRGeneration.h"#include "llvm/ADT/StringExtras.h"#include "llvm/ADT/TinyPtrVector.h"#include "llvm/Support/raw_ostream.h"