/external/clang/include/clang/Frontend/ |
D | FrontendActions.h | 42 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 …]
|
D | FrontendAction.h | 224 class ASTFrontendAction : public FrontendAction { 234 ASTFrontendAction() {} in ASTFrontendAction() function 238 class PluginASTAction : public ASTFrontendAction {
|
/external/clang/unittests/Frontend/ |
D | FrontendActionTest.cpp | 27 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/ |
D | FrontendActions.h | 23 class HTMLPrintAction : public ASTFrontendAction { 29 class FixItAction : public ASTFrontendAction { 60 class RewriteObjCAction : public ASTFrontendAction {
|
/external/clang/include/clang/StaticAnalyzer/Frontend/ |
D | FrontendActions.h | 27 class AnalysisAction : public ASTFrontendAction { 41 class ParseModelFileAction : public ASTFrontendAction {
|
/external/clang/unittests/AST/ |
D | ExternalASTSourceTest.cpp | 26 class TestFrontendAction : public ASTFrontendAction { 35 return ASTFrontendAction::ExecuteAction(); in ExecuteAction()
|
D | EvaluateAsRValueTest.cpp | 58 class EvaluateConstantInitializersAction : public clang::ASTFrontendAction {
|
/external/clang/include/clang/Tooling/ |
D | Tooling.h | 377 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/ |
D | TestVisitor.h | 77 virtual ASTFrontendAction* CreateTestAction() { in CreateTestAction() 94 class TestAction : public ASTFrontendAction {
|
D | ToolingTest.cpp | 33 class TestAction : public clang::ASTFrontendAction { 249 struct SkipBodyAction : public clang::ASTFrontendAction {
|
D | CommentHandlerTest.cpp | 59 ASTFrontendAction *CreateTestAction() override { in CreateTestAction()
|
D | RefactoringTest.cpp | 342 class TestAction : public clang::ASTFrontendAction {
|
/external/clang/docs/ |
D | RAVFrontendAction.rst | 19 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/ |
D | ARCMTActions.h | 36 class MigrateSourceAction : public ASTFrontendAction {
|
/external/clang/include/clang/CodeGen/ |
D | CodeGenAction.h | 24 class CodeGenAction : public ASTFrontendAction {
|
/external/clang/lib/Index/ |
D | IndexingAction.cpp | 91 class IndexAction : public ASTFrontendAction, IndexActionBase {
|
/external/clang/unittests/Sema/ |
D | ExternalSemaSourceTest.cpp | 182 class ExternalSemaSourceInstaller : public clang::ASTFrontendAction {
|
/external/clang/lib/Frontend/ |
D | FrontendAction.cpp | 537 void ASTFrontendAction::ExecuteAction() { in ExecuteAction()
|
D | ASTUnit.cpp | 877 class TopLevelDeclTrackerAction : public ASTFrontendAction { 899 class PrecompilePreambleAction : public ASTFrontendAction {
|
/external/clang/lib/ARCMigrate/ |
D | ARCMT.cpp | 448 class ARCMTMacroTrackerAction : public ASTFrontendAction {
|
/external/clang/lib/CodeGen/ |
D | CodeGenAction.cpp | 851 this->ASTFrontendAction::ExecuteAction(); in ExecuteAction()
|
/external/clang/tools/libclang/ |
D | Indexing.cpp | 351 class IndexingFrontendAction : public ASTFrontendAction {
|