Home
last modified time | relevance | path

Searched refs:ASTFrontendAction (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendActions.h62 class ASTPrintAction : public ASTFrontendAction {
68 class ASTDumpAction : public ASTFrontendAction {
74 class ASTDeclListAction : public ASTFrontendAction {
80 class ASTViewAction : public ASTFrontendAction {
86 class GeneratePCHAction : public ASTFrontendAction {
116 class GenerateModuleAction : public ASTFrontendAction {
136 class GenerateInterfaceStubsAction : public ASTFrontendAction {
187 class SyntaxOnlyAction : public ASTFrontendAction {
199 class DumpModuleInfoAction : public ASTFrontendAction {
219 class VerifyPCHAction : public ASTFrontendAction {
[all …]
H A DFrontendAction.h243 class ASTFrontendAction : public FrontendAction {
253 ASTFrontendAction() {} in ASTFrontendAction() function
257 class PluginASTAction : public ASTFrontendAction {
/freebsd/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/
H A DFrontendActions.h23 class HTMLPrintAction : public ASTFrontendAction {
29 class FixItAction : public ASTFrontendAction {
59 class RewriteObjCAction : public ASTFrontendAction {
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Frontend/
H A DFrontendActions.h26 class AnalysisAction : public ASTFrontendAction {
40 class ParseModelFileAction : public ASTFrontendAction {
/freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/
H A DFrontend.h32 class InstallAPIAction : public ASTFrontendAction {
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DFrontendActions.h24 class ExtractAPIAction : public ASTFrontendAction,
/freebsd/contrib/llvm-project/clang/include/clang/ARCMigrate/
H A DARCMTActions.h35 class MigrateSourceAction : public ASTFrontendAction {
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenAction.h24 class CodeGenAction : public ASTFrontendAction {
/freebsd/contrib/llvm-project/lldb/tools/lldb-instr/
H A DInstrument.cpp138 class SBAction : public ASTFrontendAction {
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp179 return ASTFrontendAction::shouldEraseOutputFiles(); in shouldEraseOutputFiles()
229 ASTFrontendAction::shouldEraseOutputFiles(); in shouldEraseOutputFiles()
594 ASTFrontendAction::ExecuteAction(); in ExecuteAction()
H A DPrecompiledPreamble.cpp249 class PrecompilePreambleAction : public ASTFrontendAction {
274 return ASTFrontendAction::BeginSourceFileAction(CI); in BeginSourceFileAction()
H A DFrontendAction.cpp1169 void ASTFrontendAction::ExecuteAction() { in ExecuteAction()
H A DASTUnit.cpp1042 class TopLevelDeclTrackerAction : public ASTFrontendAction {
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp149 class IndexAction final : public ASTFrontendAction {
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp447 class ARCMTMacroTrackerAction : public ASTFrontendAction {
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp1144 this->ASTFrontendAction::ExecuteAction(); in ExecuteAction()