Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DFrontendActions.h41 class ASTPrintAction : public ASTFrontendAction {
47 class ASTDumpAction : public ASTFrontendAction {
53 class ASTDeclListAction : public ASTFrontendAction {
59 class ASTDumpXMLAction : public ASTFrontendAction {
65 class ASTViewAction : public ASTFrontendAction {
71 class DeclContextPrintAction : public ASTFrontendAction {
77 class GeneratePCHAction : public ASTFrontendAction {
100 class GenerateModuleAction : public ASTFrontendAction {
127 class SyntaxOnlyAction : public ASTFrontendAction {
DFrontendAction.h208 class ASTFrontendAction : public FrontendAction {
221 class PluginASTAction : public ASTFrontendAction {
DASTUnit.h60 class ASTFrontendAction; variable
717 ASTFrontendAction *Action = 0,
/external/clang/include/clang/Rewrite/Frontend/
DFrontendActions.h23 class HTMLPrintAction : public ASTFrontendAction {
29 class FixItAction : public ASTFrontendAction {
60 class RewriteObjCAction : public ASTFrontendAction {
/external/clang/unittests/Frontend/
DFrontendActionTest.cpp25 class TestASTFrontendAction : public ASTFrontendAction {
53 TEST(ASTFrontendAction, Sanity) { in TEST() argument
/external/clang/include/clang/Tooling/
DTooling.h241 class ConsumerFactoryAdaptor : public clang::ASTFrontendAction { in newFrontendActionFactory()
256 clang::ASTFrontendAction::EndSourceFileAction(); in newFrontendActionFactory()
/external/clang/unittests/Tooling/
DToolingTest.cpp27 class TestAction : public clang::ASTFrontendAction {
174 struct SkipBodyAction : public clang::ASTFrontendAction {
DTestVisitor.h59 virtual ASTFrontendAction* CreateTestAction() { in CreateTestAction()
76 class TestAction : public ASTFrontendAction {
DCommentHandlerTest.cpp59 virtual ASTFrontendAction* CreateTestAction() { in CreateTestAction()
DRefactoringTest.cpp232 class TestAction : public clang::ASTFrontendAction {
/external/clang/include/clang/StaticAnalyzer/Frontend/
DFrontendActions.h23 class AnalysisAction : public ASTFrontendAction {
/external/clang/docs/
DRAVFrontendAction.rst19 provides the convenience interface ASTFrontendAction, which takes care
26 class FindNamedClassAction : public clang::ASTFrontendAction {
186 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/CodeGen/
DCodeGenAction.cpp423 this->ASTFrontendAction::ExecuteAction(); in ExecuteAction()
/external/clang/lib/Frontend/
DFrontendAction.cpp452 void ASTFrontendAction::ExecuteAction() { in ExecuteAction()
DASTUnit.cpp934 class TopLevelDeclTrackerAction : public ASTFrontendAction {
997 class PrecompilePreambleAction : public ASTFrontendAction {
1743 ASTFrontendAction *Action, in LoadFromCompilerInvocationAction()
1834 ASTFrontendAction *Act = Action; in LoadFromCompilerInvocationAction()
/external/clang/lib/ARCMigrate/
DARCMT.cpp491 class ARCMTMacroTrackerAction : public ASTFrontendAction {
/external/clang/tools/libclang/
DIndexing.cpp411 class IndexingFrontendAction : public ASTFrontendAction {