clang 19.0.0git
Classes | Namespaces | Functions
Frontend.h File Reference
#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
 Representations of a library's headers for InstallAPI.
 

Functions

std::unique_ptr< llvm::MemoryBuffer > clang::installapi::createInputBuffer (InstallAPIContext &Ctx)
 Create a buffer that contains all headers to scan for global symbols with.