Home
last modified time | relevance | path

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

/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 {
94 class GenerateModuleAction : public ASTFrontendAction {
112 : ASTFrontendAction(), ModuleMapForUniquing(ModuleMap), IsSystem(IsSystem) in ASTFrontendAction() function
127 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 {
DASTUnit.h61 class ASTFrontendAction; variable
769 ASTFrontendAction *Action = nullptr, ASTUnit *Unit = nullptr,
/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/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/clang/include/clang/Tooling/
DTooling.h335 class ConsumerFactoryAdaptor : public clang::ASTFrontendAction { in newFrontendActionFactory()
349 if (!clang::ASTFrontendAction::BeginSourceFileAction(CI, Filename)) in newFrontendActionFactory()
358 clang::ASTFrontendAction::EndSourceFileAction(); in newFrontendActionFactory()
/external/clang/unittests/Tooling/
DTestVisitor.h77 virtual ASTFrontendAction* CreateTestAction() { in CreateTestAction()
94 class TestAction : public ASTFrontendAction {
DToolingTest.cpp31 class TestAction : public clang::ASTFrontendAction {
232 struct SkipBodyAction : public clang::ASTFrontendAction {
DCommentHandlerTest.cpp59 ASTFrontendAction *CreateTestAction() override { in CreateTestAction()
DRefactoringTest.cpp298 class TestAction : public clang::ASTFrontendAction {
/external/clang/include/clang/ARCMigrate/
DARCMTActions.h36 class MigrateSourceAction : public 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/clang/include/clang/CodeGen/
DCodeGenAction.h24 class CodeGenAction : public ASTFrontendAction {
/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp136 class ExternalSemaSourceInstaller : public clang::ASTFrontendAction {
/external/clang/lib/Frontend/
DFrontendAction.cpp518 void ASTFrontendAction::ExecuteAction() { in ExecuteAction()
DASTUnit.cpp873 class TopLevelDeclTrackerAction : public ASTFrontendAction {
895 class PrecompilePreambleAction : public ASTFrontendAction {
1706 ASTFrontendAction *Action, ASTUnit *Unit, bool Persistent, in LoadFromCompilerInvocationAction()
1793 ASTFrontendAction *Act = Action; in LoadFromCompilerInvocationAction()
/external/clang/lib/ARCMigrate/
DARCMT.cpp442 class ARCMTMacroTrackerAction : public ASTFrontendAction {
/external/clang/lib/CodeGen/
DCodeGenAction.cpp732 this->ASTFrontendAction::ExecuteAction(); in ExecuteAction()
/external/clang/tools/libclang/
DIndexing.cpp401 class IndexingFrontendAction : public ASTFrontendAction {