clang 20.0.0git
|
This file defines the SymbolGraphSerializer class. More...
#include "clang/ExtractAPI/API.h"
#include "clang/ExtractAPI/APIIgnoresList.h"
#include "clang/ExtractAPI/Serialization/APISetVisitor.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/ADT/SmallVector.h"
#include "llvm/ADT/StringMap.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/StringSet.h"
#include "llvm/ADT/Twine.h"
#include "llvm/Support/JSON.h"
#include "llvm/Support/VersionTuple.h"
#include "llvm/Support/raw_ostream.h"
#include <optional>
Go to the source code of this file.
Classes | |
struct | clang::extractapi::SymbolGraphSerializerOption |
Common options to customize the visitor output. More... | |
struct | clang::extractapi::ExtendedModule |
A representation of the contents of a given module symbol graph. More... | |
class | clang::extractapi::SymbolGraphSerializer |
The visitor that organizes API information in the Symbol Graph format. More... | |
Namespaces | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. | |
namespace | clang::extractapi |
This file defines the SymbolGraphSerializer class.
Implement an APISetVisitor to serialize the APISet into the Symbol Graph format for ExtractAPI. See https://github.com/apple/swift-docc-symbolkit.
Definition in file SymbolGraphSerializer.h.