|
clang 22.0.0git
|
Defines the clang::FrontendAction interface and various convenience abstract classes (clang::ASTFrontendAction, clang::PluginASTAction, clang::PreprocessorFrontendAction, and clang::WrapperFrontendAction) derived from it. More...
#include "clang/AST/ASTConsumer.h"#include "clang/Basic/LLVM.h"#include "clang/Basic/LangOptions.h"#include "clang/Frontend/ASTUnit.h"#include "clang/Frontend/CompilerInstance.h"#include "clang/Frontend/FrontendOptions.h"#include "llvm/ADT/StringRef.h"#include "llvm/Support/Error.h"#include <memory>#include <string>#include <vector>Go to the source code of this file.
Classes | |
| class | clang::FrontendAction |
| Abstract base class for actions which can be performed by the frontend. More... | |
| class | clang::ASTFrontendAction |
| Abstract base class to use for AST consumer-based frontend actions. More... | |
| class | clang::PluginASTAction |
| class | clang::PreprocessorFrontendAction |
| Abstract base class to use for preprocessor-based frontend actions. More... | |
| class | clang::WrapperFrontendAction |
| A frontend action which simply wraps some other runtime-specified frontend action. More... | |
Namespaces | |
| namespace | clang |
| The JSON file list parser is used to communicate input to InstallAPI. | |
Defines the clang::FrontendAction interface and various convenience abstract classes (clang::ASTFrontendAction, clang::PluginASTAction, clang::PreprocessorFrontendAction, and clang::WrapperFrontendAction) derived from it.
Definition in file FrontendAction.h.