Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/
H A DFrontendActions.h53 class ASTPrintAction : public ASTFrontendAction {
59 class ASTDumpAction : public ASTFrontendAction {
65 class ASTDeclListAction : public ASTFrontendAction {
71 class ASTViewAction : public ASTFrontendAction {
77 class GeneratePCHAction : public ASTFrontendAction {
107 class GenerateModuleAction : public ASTFrontendAction {
124 class GenerateInterfaceStubsAction : public ASTFrontendAction {
162 class SyntaxOnlyAction : public ASTFrontendAction {
174 class DumpModuleInfoAction : public ASTFrontendAction {
188 class VerifyPCHAction : public ASTFrontendAction {
[all …]
H A DFrontendAction.h243 class ASTFrontendAction : public FrontendAction {
253 ASTFrontendAction() {} in ASTFrontendAction() function
257 class PluginASTAction : public ASTFrontendAction {
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Rewrite/Frontend/
H A DFrontendActions.h23 class HTMLPrintAction : public ASTFrontendAction {
29 class FixItAction : public ASTFrontendAction {
59 class RewriteObjCAction : public ASTFrontendAction {
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Frontend/
H A DFrontendActions.h29 class AnalysisAction : public ASTFrontendAction {
43 class ParseModelFileAction : public ASTFrontendAction {
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Tooling/
H A DTooling.h416 class ConsumerFactoryAdaptor : public ASTFrontendAction { in newFrontendActionFactory()
429 if (!ASTFrontendAction::BeginSourceFileAction(CI)) in newFrontendActionFactory()
439 ASTFrontendAction::EndSourceFileAction(); in newFrontendActionFactory()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
H A DClangSrcLocDump.cpp44 class ASTSrcLocGenerationAction : public clang::ASTFrontendAction {
49 clang::ASTFrontendAction::ExecuteAction(); in ExecuteAction()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DRAVFrontendAction.rst19 provides the convenience interface ASTFrontendAction, which takes care
26 class FindNamedClassAction : public clang::ASTFrontendAction {
186 class FindNamedClassAction : public clang::ASTFrontendAction {
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ARCMigrate/
H A DARCMTActions.h35 class MigrateSourceAction : public ASTFrontendAction {
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/CodeGen/
H A DCodeGenAction.h24 class CodeGenAction : public ASTFrontendAction {
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-extdef-mapping/
H A DClangExtDefMapGen.cpp104 class MapExtDefNamesAction : public ASTFrontendAction {
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-check/
H A DClangCheck.cpp144 class DumpSyntaxTree : public clang::ASTFrontendAction {
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/
H A DFrontendActions.cpp152 return ASTFrontendAction::shouldEraseOutputFiles(); in shouldEraseOutputFiles()
189 ASTFrontendAction::shouldEraseOutputFiles(); in shouldEraseOutputFiles()
509 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.cpp994 class TopLevelDeclTrackerAction : public ASTFrontendAction {
/netbsd-src/external/apache2/llvm/dist/clang/lib/Index/
H A DIndexingAction.cpp130 class IndexAction final : public ASTFrontendAction {
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-refactor/
H A DClangRefactor.cpp441 class ToolASTAction : public ASTFrontendAction { in getFrontendActionFactory()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
H A DARCMT.cpp449 class ARCMTMacroTrackerAction : public ASTFrontendAction {
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DIndexing.cpp335 class IndexingFrontendAction : public ASTFrontendAction {
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenAction.cpp1042 this->ASTFrontendAction::ExecuteAction(); in ExecuteAction()