|
clang-tools 22.0.0git
|
#include "Representation.h"#include "llvm/ADT/StringMap.h"#include "llvm/Support/Error.h"#include "llvm/Support/Path.h"Go to the source code of this file.
Namespaces | |
| namespace | clang |
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
| namespace | clang::doc |
Functions | |
| CommentKind | clang::doc::stringToCommentKind (llvm::StringRef KindStr) |
| llvm::StringRef | clang::doc::commentKindToString (CommentKind Kind) |
| llvm::Expected< std::unique_ptr< Info > > | clang::doc::mergeInfos (std::vector< std::unique_ptr< Info > > &Values) |
| static llvm::SmallString< 64 > | clang::doc::calculateRelativeFilePath (const InfoType &Type, const StringRef &Path, const StringRef &Name, const StringRef &CurrentPath) |