Searched refs:ASTFrontendAction (Results 1 - 21 of 21) sorted by relevance

/openbsd-current/gnu/llvm/clang/include/clang/StaticAnalyzer/Frontend/
H A DFrontendActions.h26 class AnalysisAction : public ASTFrontendAction {
40 class ParseModelFileAction : public ASTFrontendAction {
/openbsd-current/gnu/llvm/clang/include/clang/Rewrite/Frontend/
H A DFrontendActions.h23 class HTMLPrintAction : public ASTFrontendAction {
29 class FixItAction : public ASTFrontendAction {
59 class RewriteObjCAction : public ASTFrontendAction {
/openbsd-current/gnu/llvm/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 {
133 class GenerateInterfaceStubsAction : public ASTFrontendAction {
167 class SyntaxOnlyAction : public ASTFrontendAction {
179 class DumpModuleInfoAction : public ASTFrontendAction {
197 class VerifyPCHAction : public ASTFrontendAction {
[all...]
H A DFrontendAction.h11 /// abstract classes (clang::ASTFrontendAction, clang::PluginASTAction,
243 class ASTFrontendAction : public FrontendAction { class in namespace:clang
253 ASTFrontendAction() {} function in class:clang::ASTFrontendAction
257 class PluginASTAction : public ASTFrontendAction {
/openbsd-current/gnu/llvm/clang/include/clang/ExtractAPI/
H A DFrontendActions.h24 class ExtractAPIAction : public ASTFrontendAction {
/openbsd-current/gnu/llvm/clang/include/clang/ARCMigrate/
H A DARCMTActions.h35 class MigrateSourceAction : public ASTFrontendAction {
/openbsd-current/gnu/llvm/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp44 class ASTSrcLocGenerationAction : public clang::ASTFrontendAction {
49 clang::ASTFrontendAction::ExecuteAction();
/openbsd-current/gnu/llvm/clang/include/clang/CodeGen/
H A DCodeGenAction.h24 class CodeGenAction : public ASTFrontendAction {
/openbsd-current/gnu/llvm/clang/include/clang/Tooling/
H A DTooling.h430 class ConsumerFactoryAdaptor : public ASTFrontendAction {
443 if (!ASTFrontendAction::BeginSourceFileAction(CI))
453 ASTFrontendAction::EndSourceFileAction();
/openbsd-current/gnu/llvm/clang/tools/clang-extdef-mapping/
H A DClangExtDefMapGen.cpp111 class MapExtDefNamesAction : public ASTFrontendAction {
/openbsd-current/gnu/llvm/lldb/tools/lldb-instr/
H A DInstrument.cpp138 class SBAction : public ASTFrontendAction {
/openbsd-current/gnu/llvm/clang/tools/clang-check/
H A DClangCheck.cpp149 class DumpSyntaxTree : public clang::ASTFrontendAction {
/openbsd-current/gnu/llvm/clang/lib/Index/
H A DIndexingAction.cpp149 class IndexAction final : public ASTFrontendAction {
/openbsd-current/gnu/llvm/clang/lib/Frontend/
H A DFrontendActions.cpp178 return ASTFrontendAction::shouldEraseOutputFiles();
215 ASTFrontendAction::shouldEraseOutputFiles();
550 ASTFrontendAction::ExecuteAction();
H A DPrecompiledPreamble.cpp235 class PrecompilePreambleAction : public ASTFrontendAction {
260 return ASTFrontendAction::BeginSourceFileAction(CI);
H A DFrontendAction.cpp1146 void ASTFrontendAction::ExecuteAction() {
H A DASTUnit.cpp1022 class TopLevelDeclTrackerAction : public ASTFrontendAction {
/openbsd-current/gnu/llvm/clang/lib/ARCMigrate/
H A DARCMT.cpp447 class ARCMTMacroTrackerAction : public ASTFrontendAction {
/openbsd-current/gnu/llvm/clang/tools/clang-refactor/
H A DClangRefactor.cpp443 class ToolASTAction : public ASTFrontendAction {
/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DIndexing.cpp335 class IndexingFrontendAction : public ASTFrontendAction {
/openbsd-current/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenAction.cpp1171 this->ASTFrontendAction::ExecuteAction();

Completed in 181 milliseconds