Home
last modified time | relevance | path

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

123

/external/clang/include/clang/Frontend/
DFrontendActions.h42 class ASTPrintAction : public ASTFrontendAction {
48 class ASTDumpAction : public ASTFrontendAction {
54 class ASTDeclListAction : public ASTFrontendAction {
60 class ASTViewAction : public ASTFrontendAction {
66 class DeclContextPrintAction : public ASTFrontendAction {
72 class GeneratePCHAction : public ASTFrontendAction {
93 class GenerateModuleAction : public ASTFrontendAction {
111 : ASTFrontendAction(), ModuleMapForUniquing(ModuleMap), IsSystem(IsSystem) in ASTFrontendAction() function
126 class SyntaxOnlyAction : public ASTFrontendAction {
138 class DumpModuleInfoAction : public ASTFrontendAction {
[all …]
DFrontendAction.h224 class ASTFrontendAction : public FrontendAction {
234 ASTFrontendAction() {} in ASTFrontendAction() function
238 class PluginASTAction : public ASTFrontendAction {
/external/llvm-project/clang/include/clang/Frontend/
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 …]
DFrontendAction.h243 class ASTFrontendAction : public FrontendAction {
253 ASTFrontendAction() {} in ASTFrontendAction() function
257 class PluginASTAction : public ASTFrontendAction {
/external/clang/unittests/Frontend/
DFrontendActionTest.cpp27 class TestASTFrontendAction : public ASTFrontendAction {
43 return ASTFrontendAction::BeginSourceFileAction(ci, filename); in BeginSourceFileAction()
79 TEST(ASTFrontendAction, Sanity) { in TEST() argument
99 TEST(ASTFrontendAction, IncrementalParsing) { in TEST() argument
119 TEST(ASTFrontendAction, LateTemplateIncrementalParsing) { in TEST() argument
/external/clang/include/clang/Rewrite/Frontend/
DFrontendActions.h23 class HTMLPrintAction : public ASTFrontendAction {
29 class FixItAction : public ASTFrontendAction {
60 class RewriteObjCAction : public ASTFrontendAction {
/external/llvm-project/clang/include/clang/Rewrite/Frontend/
DFrontendActions.h23 class HTMLPrintAction : public ASTFrontendAction {
29 class FixItAction : public ASTFrontendAction {
59 class RewriteObjCAction : public ASTFrontendAction {
/external/llvm-project/clang/unittests/Frontend/
DFrontendActionTest.cpp31 class TestASTFrontendAction : public ASTFrontendAction {
46 return ASTFrontendAction::BeginSourceFileAction(ci); in BeginSourceFileAction()
82 TEST(ASTFrontendAction, Sanity) { in TEST() argument
102 TEST(ASTFrontendAction, IncrementalParsing) { in TEST() argument
122 TEST(ASTFrontendAction, LateTemplateIncrementalParsing) { in TEST() argument
234 TEST(ASTFrontendAction, ExternalSemaSource) { in TEST() argument
/external/llvm-project/clang/include/clang/StaticAnalyzer/Frontend/
DFrontendActions.h29 class AnalysisAction : public ASTFrontendAction {
43 class ParseModelFileAction : public ASTFrontendAction {
/external/clang/include/clang/StaticAnalyzer/Frontend/
DFrontendActions.h27 class AnalysisAction : public ASTFrontendAction {
41 class ParseModelFileAction : public ASTFrontendAction {
/external/clang/unittests/AST/
DExternalASTSourceTest.cpp26 class TestFrontendAction : public ASTFrontendAction {
35 return ASTFrontendAction::ExecuteAction(); in ExecuteAction()
DEvaluateAsRValueTest.cpp58 class EvaluateConstantInitializersAction : public clang::ASTFrontendAction {
/external/llvm-project/clang/unittests/AST/
DExternalASTSourceTest.cpp26 class TestFrontendAction : public ASTFrontendAction {
35 return ASTFrontendAction::ExecuteAction(); in ExecuteAction()
DEvaluateAsRValueTest.cpp57 class EvaluateConstantInitializersAction : public clang::ASTFrontendAction {
/external/clang/include/clang/Tooling/
DTooling.h377 class ConsumerFactoryAdaptor : public clang::ASTFrontendAction { in newFrontendActionFactory()
391 if (!clang::ASTFrontendAction::BeginSourceFileAction(CI, Filename)) in newFrontendActionFactory()
400 clang::ASTFrontendAction::EndSourceFileAction(); in newFrontendActionFactory()
/external/llvm-project/clang/include/clang/Tooling/
DTooling.h416 class ConsumerFactoryAdaptor : public ASTFrontendAction { in newFrontendActionFactory()
429 if (!ASTFrontendAction::BeginSourceFileAction(CI)) in newFrontendActionFactory()
439 ASTFrontendAction::EndSourceFileAction(); in newFrontendActionFactory()
/external/clang/unittests/Tooling/
DTestVisitor.h77 virtual ASTFrontendAction* CreateTestAction() { in CreateTestAction()
94 class TestAction : public ASTFrontendAction {
/external/llvm-project/clang-tools-extra/clang-doc/
DClangDoc.cpp39 class ClangDocAction : public clang::ASTFrontendAction { in create()
/external/llvm-project/clang/unittests/Tooling/
DTestVisitor.h88 virtual std::unique_ptr<ASTFrontendAction> CreateTestAction() { in CreateTestAction()
105 class TestAction : public ASTFrontendAction {
/external/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/
DFindAllSymbolsAction.h25 class FindAllSymbolsAction : public clang::ASTFrontendAction {
/external/llvm-project/clang/unittests/StaticAnalyzer/
DSymbolReaperTest.cpp53 class SuperRegionLivenessAction : public ASTFrontendAction {
/external/llvm-project/clang/docs/
DRAVFrontendAction.rst19 provides the convenience interface ASTFrontendAction, which takes care
26 class FindNamedClassAction : public clang::ASTFrontendAction {
188 class FindNamedClassAction : public clang::ASTFrontendAction {
/external/clang/docs/
DRAVFrontendAction.rst19 provides the convenience interface ASTFrontendAction, which takes care
26 class FindNamedClassAction : public clang::ASTFrontendAction {
188 class FindNamedClassAction : public clang::ASTFrontendAction {
/external/bcc/src/cc/frontends/clang/
Dtp_frontend_action.h68 class TracepointFrontendAction : public clang::ASTFrontendAction {
/external/clang/include/clang/ARCMigrate/
DARCMTActions.h36 class MigrateSourceAction : public ASTFrontendAction {

123