|
clang-tools 22.0.0git
|
#include "Representation.h"#include "llvm/Support/Error.h"#include "llvm/Support/JSON.h"#include "llvm/Support/Mustache.h"#include "llvm/Support/Registry.h"Go to the source code of this file.
Classes | |
| class | clang::doc::Generator |
| class | clang::doc::MustacheTemplateFile |
| struct | clang::doc::MustacheGenerator |
Namespaces | |
| namespace | clang |
| ===– Representation.cpp - ClangDoc Representation --------—*- C++ -*-===// | |
| namespace | clang::doc |
| namespace | llvm |
| Some operations such as code completion produce a set of candidates. | |
Typedefs | |
| typedef llvm::Registry< Generator > | clang::doc::GeneratorRegistry |
Functions | |
| llvm::Expected< std::unique_ptr< Generator > > | clang::doc::findGeneratorByName (llvm::StringRef Format) |
| std::string | clang::doc::getTagType (TagTypeKind AS) |
| Error | clang::doc::createFileOpenError (StringRef FileName, std::error_code EC) |
Variables | |
| volatile int | clang::doc::YAMLGeneratorAnchorSource = 0 |
| volatile int | clang::doc::MDGeneratorAnchorSource = 0 |
| volatile int | clang::doc::HTMLGeneratorAnchorSource = 0 |
| volatile int | clang::doc::MHTMLGeneratorAnchorSource = 0 |
| volatile int | clang::doc::JSONGeneratorAnchorSource = 0 |