|
clang 23.0.0git
|
#include "clang/Analysis/Scalable/Serialization/SerializationFormat.h"#include "clang/Support/Compiler.h"#include "llvm/ADT/StringRef.h"#include "llvm/Support/Registry.h"Go to the source code of this file.
Namespaces | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
| namespace | clang::ssaf |
| namespace | llvm |
| Diagnostic wrappers for TextAPI types for error reporting. | |
Typedefs | |
| using | clang::ssaf::SerializationFormatRegistry = llvm::Registry<SerializationFormat> |
Functions | |
| bool | clang::ssaf::isFormatRegistered (llvm::StringRef FormatName) |
| Check if a SerializationFormat was registered with a given name. | |
| std::unique_ptr< SerializationFormat > | clang::ssaf::makeFormat (llvm::StringRef FormatName) |
| Try to instantiate a SerializationFormat with a given name. | |
Variables | |
| template class CLANG_TEMPLATE_ABI | llvm::Registry< clang::ssaf::SerializationFormat > |