clang 23.0.0git
JSONFormat.cpp File Reference
#include "clang/Analysis/Scalable/Serialization/JSONFormat.h"
#include "clang/Analysis/Scalable/Support/ErrorBuilder.h"
#include "clang/Analysis/Scalable/TUSummary/TUSummary.h"
#include "llvm/ADT/StringExtras.h"
#include "llvm/Support/FileSystem.h"
#include "llvm/Support/FormatVariadic.h"
#include "llvm/Support/JSON.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Path.h"
#include "llvm/Support/Registry.h"

Go to the source code of this file.

Namespaces

namespace  ErrorMessages

Typedefs

using Array = llvm::json::Array
using Object = llvm::json::Object
using Value = llvm::json::Value

Typedef Documentation

◆ Array

◆ Object

using Object = llvm::json::Object

Definition at line 16 of file JSONFormat.cpp.

◆ Value

using Value = llvm::json::Value

Definition at line 17 of file JSONFormat.cpp.