clang 20.0.0git
|
#include "clang/AST/ASTConsumer.h"
#include "clang/Frontend/CompilerInstance.h"
#include "clang/Frontend/FrontendActions.h"
#include "clang/InstallAPI/Context.h"
#include "clang/InstallAPI/DylibVerifier.h"
#include "clang/InstallAPI/Visitor.h"
#include "llvm/ADT/Twine.h"
#include "llvm/Support/MemoryBuffer.h"
Go to the source code of this file.
Classes | |
class | clang::installapi::InstallAPIAction |
Namespaces | |
namespace | clang |
The JSON file list parser is used to communicate input to InstallAPI. | |
namespace | clang::installapi |
The DirectoryScanner for collecting library files on the file system. | |
Functions | |
std::unique_ptr< llvm::MemoryBuffer > | clang::installapi::createInputBuffer (InstallAPIContext &Ctx) |
Create a buffer that contains all headers to scan for global symbols with. | |