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 {
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/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.h377 class ConsumerFactoryAdaptor : public clang::ASTFrontendAction { in newFrontendActionFactory()
391 if (!clang::ASTFrontendAction::BeginSourceFileAction(CI, Filename)) in newFrontendActionFactory()
400 clang::ASTFrontendAction::EndSourceFileAction(); in newFrontendActionFactory()
/external/clang/unittests/Tooling/
DTestVisitor.h77 virtual ASTFrontendAction* CreateTestAction() { in CreateTestAction()
94 class TestAction : public ASTFrontendAction {
DToolingTest.cpp33 class TestAction : public clang::ASTFrontendAction {
249 struct SkipBodyAction : public clang::ASTFrontendAction {
DCommentHandlerTest.cpp59 ASTFrontendAction *CreateTestAction() override { in CreateTestAction()
DRefactoringTest.cpp342 class TestAction : 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/clang/include/clang/ARCMigrate/
DARCMTActions.h36 class MigrateSourceAction : public ASTFrontendAction {
/external/clang/include/clang/CodeGen/
DCodeGenAction.h24 class CodeGenAction : public ASTFrontendAction {
/external/clang/lib/Index/
DIndexingAction.cpp91 class IndexAction : public ASTFrontendAction, IndexActionBase {
/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp182 class ExternalSemaSourceInstaller : public clang::ASTFrontendAction {
/external/clang/lib/Frontend/
DFrontendAction.cpp537 void ASTFrontendAction::ExecuteAction() { in ExecuteAction()
DASTUnit.cpp877 class TopLevelDeclTrackerAction : public ASTFrontendAction {
899 class PrecompilePreambleAction : public ASTFrontendAction {
/external/clang/lib/ARCMigrate/
DARCMT.cpp448 class ARCMTMacroTrackerAction : public ASTFrontendAction {
/external/clang/lib/CodeGen/
DCodeGenAction.cpp851 this->ASTFrontendAction::ExecuteAction(); in ExecuteAction()
/external/clang/tools/libclang/
DIndexing.cpp351 class IndexingFrontendAction : public ASTFrontendAction {