/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/llvm-project/clang/include/clang/Frontend/ |
D | FrontendActions.h | 53 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 …]
|
D | FrontendAction.h | 243 class ASTFrontendAction : public FrontendAction { 253 ASTFrontendAction() {} in ASTFrontendAction() function 257 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/llvm-project/clang/include/clang/Rewrite/Frontend/ |
D | FrontendActions.h | 23 class HTMLPrintAction : public ASTFrontendAction { 29 class FixItAction : public ASTFrontendAction { 59 class RewriteObjCAction : public ASTFrontendAction {
|
/external/llvm-project/clang/unittests/Frontend/ |
D | FrontendActionTest.cpp | 31 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/ |
D | FrontendActions.h | 29 class AnalysisAction : public ASTFrontendAction { 43 class ParseModelFileAction : 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/llvm-project/clang/unittests/AST/ |
D | ExternalASTSourceTest.cpp | 26 class TestFrontendAction : public ASTFrontendAction { 35 return ASTFrontendAction::ExecuteAction(); in ExecuteAction()
|
D | EvaluateAsRValueTest.cpp | 57 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/llvm-project/clang/include/clang/Tooling/ |
D | Tooling.h | 416 class ConsumerFactoryAdaptor : public ASTFrontendAction { in newFrontendActionFactory() 429 if (!ASTFrontendAction::BeginSourceFileAction(CI)) in newFrontendActionFactory() 439 ASTFrontendAction::EndSourceFileAction(); in newFrontendActionFactory()
|
/external/clang/unittests/Tooling/ |
D | TestVisitor.h | 77 virtual ASTFrontendAction* CreateTestAction() { in CreateTestAction() 94 class TestAction : public ASTFrontendAction {
|
/external/llvm-project/clang-tools-extra/clang-doc/ |
D | ClangDoc.cpp | 39 class ClangDocAction : public clang::ASTFrontendAction { in create()
|
/external/llvm-project/clang/unittests/Tooling/ |
D | TestVisitor.h | 88 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/ |
D | FindAllSymbolsAction.h | 25 class FindAllSymbolsAction : public clang::ASTFrontendAction {
|
/external/llvm-project/clang/unittests/StaticAnalyzer/ |
D | SymbolReaperTest.cpp | 53 class SuperRegionLivenessAction : public ASTFrontendAction {
|
/external/llvm-project/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/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/bcc/src/cc/frontends/clang/ |
D | tp_frontend_action.h | 68 class TracepointFrontendAction : public clang::ASTFrontendAction {
|
/external/clang/include/clang/ARCMigrate/ |
D | ARCMTActions.h | 36 class MigrateSourceAction : public ASTFrontendAction {
|