clang 20.0.0git
|
#include "clang/APINotes/APINotesYAMLCompiler.h"
#include "clang/APINotes/APINotesWriter.h"
#include "clang/APINotes/Types.h"
#include "clang/Basic/LLVM.h"
#include "clang/Basic/Specifiers.h"
#include "llvm/ADT/StringSet.h"
#include "llvm/Support/SourceMgr.h"
#include "llvm/Support/VersionTuple.h"
#include "llvm/Support/YAMLTraits.h"
#include <optional>
#include <vector>
Go to the source code of this file.
Namespaces | |
namespace | llvm |
Diagnostic wrappers for TextAPI types for error reporting. | |
namespace | llvm::yaml |
Functions | |
static void | llvm::yaml::mapTopLevelItems (IO &IO, TopLevelItems &TLI) |
static bool | compile (const Module &M, const FileEntry *SourceFile, llvm::raw_ostream &OS, llvm::SourceMgr::DiagHandlerTy DiagHandler, void *DiagHandlerCtxt) |
static void | printDiagnostic (const llvm::SMDiagnostic &Diag, void *Context) |
Simple diagnostic handler that prints diagnostics to standard error. | |
|
static |
Definition at line 1170 of file APINotesYAMLCompiler.cpp.
References clang::C.
|
static |
Simple diagnostic handler that prints diagnostics to standard error.
Definition at line 1179 of file APINotesYAMLCompiler.cpp.
References Diag().