clang API Documentation

Classes | Namespaces
FrontendAction.h File Reference

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/FrontendOptions.h"
#include "llvm/ADT/StringRef.h"
#include <memory>
#include <string>
#include <vector>
Include dependency graph for FrontendAction.h:
This graph shows which files directly or indirectly include this file:

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

Detailed Description

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.