#include "Representation.h"
#include "clang/AST/AST.h"
#include "clang/AST/CommentVisitor.h"
#include <string>
#include <vector>
Go to the source code of this file.
|
std::string | clang::doc::serialize::emitInfo (const NamespaceDecl *D, const FullComment *FC, int LineNumber, StringRef File, bool PublicOnly) |
|
std::string | clang::doc::serialize::emitInfo (const RecordDecl *D, const FullComment *FC, int LineNumber, StringRef File, bool PublicOnly) |
|
std::string | clang::doc::serialize::emitInfo (const EnumDecl *D, const FullComment *FC, int LineNumber, StringRef File, bool PublicOnly) |
|
std::string | clang::doc::serialize::emitInfo (const FunctionDecl *D, const FullComment *FC, int LineNumber, StringRef File, bool PublicOnly) |
|
std::string | clang::doc::serialize::emitInfo (const CXXMethodDecl *D, const FullComment *FC, int LineNumber, StringRef File, bool PublicOnly) |
|
SymbolID | clang::doc::serialize::hashUSR (llvm::StringRef USR) |
|