Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DFrontendActions.h64 class ASTPrintAction : public ASTFrontendAction {
70 class ASTDumpAction : public ASTFrontendAction {
76 class ASTDeclListAction : public ASTFrontendAction {
82 class ASTViewAction : public ASTFrontendAction {
88 class GeneratePCHAction : public ASTFrontendAction {
118 class GenerateModuleAction : public ASTFrontendAction {
135 class GenerateInterfaceStubsAction : public ASTFrontendAction {
173 class SyntaxOnlyAction : public ASTFrontendAction {
185 class DumpModuleInfoAction : public ASTFrontendAction {
199 class VerifyPCHAction : public ASTFrontendAction {
[all …]
H A DFrontendAction.h243 class ASTFrontendAction : public FrontendAction {
253 ASTFrontendAction() {} in ASTFrontendAction() function
257 class PluginASTAction : public ASTFrontendAction {
/freebsd-13.1/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-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Frontend/
H A DFrontendActions.h29 class AnalysisAction : public ASTFrontendAction {
43 class ParseModelFileAction : public ASTFrontendAction {
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/
H A DTooling.h424 class ConsumerFactoryAdaptor : public ASTFrontendAction { in newFrontendActionFactory()
437 if (!ASTFrontendAction::BeginSourceFileAction(CI)) in newFrontendActionFactory()
447 ASTFrontendAction::EndSourceFileAction(); in newFrontendActionFactory()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp44 class ASTSrcLocGenerationAction : public clang::ASTFrontendAction {
49 clang::ASTFrontendAction::ExecuteAction(); in ExecuteAction()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ARCMigrate/
H A DARCMTActions.h35 class MigrateSourceAction : public ASTFrontendAction {
/freebsd-13.1/contrib/llvm-project/clang/include/clang/CodeGen/
H A DCodeGenAction.h24 class CodeGenAction : public ASTFrontendAction {
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DFrontendActions.cpp173 return ASTFrontendAction::shouldEraseOutputFiles(); in shouldEraseOutputFiles()
210 ASTFrontendAction::shouldEraseOutputFiles(); in shouldEraseOutputFiles()
531 ASTFrontendAction::ExecuteAction(); in ExecuteAction()
H A DPrecompiledPreamble.cpp195 class PrecompilePreambleAction : public ASTFrontendAction {
213 return ASTFrontendAction::BeginSourceFileAction(CI); in BeginSourceFileAction()
H A DFrontendAction.cpp1039 void ASTFrontendAction::ExecuteAction() { in ExecuteAction()
H A DASTUnit.cpp995 class TopLevelDeclTrackerAction : public ASTFrontendAction {
/freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-instr/
H A DInstrument.cpp320 class SBAction : public ASTFrontendAction {
/freebsd-13.1/contrib/llvm-project/clang/lib/Index/
H A DIndexingAction.cpp149 class IndexAction final : public ASTFrontendAction {
/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp449 class ARCMTMacroTrackerAction : public ASTFrontendAction {
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenAction.cpp1044 this->ASTFrontendAction::ExecuteAction(); in ExecuteAction()