| /llvm-project-15.0.7/clang/include/clang/Frontend/ |
| H A D | FrontendActions.h | 62 class ASTPrintAction : public ASTFrontendAction { 68 class ASTDumpAction : public ASTFrontendAction { 74 class ASTDeclListAction : public ASTFrontendAction { 80 class ASTViewAction : public ASTFrontendAction { 86 class GeneratePCHAction : public ASTFrontendAction { 116 class GenerateModuleAction : public ASTFrontendAction { 133 class GenerateInterfaceStubsAction : public ASTFrontendAction { 180 class SyntaxOnlyAction : public ASTFrontendAction { 192 class DumpModuleInfoAction : public ASTFrontendAction { 210 class VerifyPCHAction : public ASTFrontendAction { [all …]
|
| H A D | FrontendAction.h | 243 class ASTFrontendAction : public FrontendAction { 253 ASTFrontendAction() {} in ASTFrontendAction() function 257 class PluginASTAction : public ASTFrontendAction {
|
| /llvm-project-15.0.7/clang/include/clang/Rewrite/Frontend/ |
| H A D | FrontendActions.h | 23 class HTMLPrintAction : public ASTFrontendAction { 29 class FixItAction : public ASTFrontendAction { 59 class RewriteObjCAction : public ASTFrontendAction {
|
| /llvm-project-15.0.7/clang/unittests/Frontend/ |
| H A 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
|
| /llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Frontend/ |
| H A D | FrontendActions.h | 26 class AnalysisAction : public ASTFrontendAction { 40 class ParseModelFileAction : public ASTFrontendAction {
|
| /llvm-project-15.0.7/clang/unittests/AST/ |
| H A D | ExternalASTSourceTest.cpp | 26 class TestFrontendAction : public ASTFrontendAction { 35 return ASTFrontendAction::ExecuteAction(); in ExecuteAction()
|
| H A D | EvaluateAsRValueTest.cpp | 56 class EvaluateConstantInitializersAction : public clang::ASTFrontendAction {
|
| H A D | RecursiveASTVisitorTest.cpp | 27 class ProcessASTAction : public clang::ASTFrontendAction {
|
| /llvm-project-15.0.7/clang/lib/Tooling/DumpTool/ |
| H A D | ClangSrcLocDump.cpp | 44 class ASTSrcLocGenerationAction : public clang::ASTFrontendAction { 49 clang::ASTFrontendAction::ExecuteAction(); in ExecuteAction()
|
| /llvm-project-15.0.7/clang/include/clang/Tooling/ |
| H A D | Tooling.h | 430 class ConsumerFactoryAdaptor : public ASTFrontendAction { in newFrontendActionFactory() 443 if (!ASTFrontendAction::BeginSourceFileAction(CI)) in newFrontendActionFactory() 453 ASTFrontendAction::EndSourceFileAction(); in newFrontendActionFactory()
|
| /llvm-project-15.0.7/clang/include/clang/ExtractAPI/ |
| H A D | FrontendActions.h | 23 class ExtractAPIAction : public ASTFrontendAction {
|
| /llvm-project-15.0.7/clang-tools-extra/clang-doc/ |
| H A D | ClangDoc.cpp | 39 class ClangDocAction : public clang::ASTFrontendAction { in create()
|
| /llvm-project-15.0.7/clang/unittests/Tooling/ |
| H A D | TestVisitor.h | 88 virtual std::unique_ptr<ASTFrontendAction> CreateTestAction() { in CreateTestAction() 105 class TestAction : public ASTFrontendAction {
|
| H A D | ToolingTest.cpp | 39 class TestAction : public clang::ASTFrontendAction { 474 struct SkipBodyAction : public clang::ASTFrontendAction { 559 struct CheckColoredDiagnosticsAction : public clang::ASTFrontendAction { 953 struct ResetDiagnosticAction : public clang::ASTFrontendAction { in TEST()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-include-fixer/find-all-symbols/ |
| H A D | FindAllSymbolsAction.h | 25 class FindAllSymbolsAction : public clang::ASTFrontendAction {
|
| /llvm-project-15.0.7/clang/unittests/StaticAnalyzer/ |
| H A D | SymbolReaperTest.cpp | 53 class SuperRegionLivenessAction : public ASTFrontendAction {
|
| H A D | ParamRegionTest.cpp | 72 class ParamRegionTestAction : public ASTFrontendAction {
|
| H A D | BugReportInterestingnessTest.cpp | 104 class TestAction : public ASTFrontendAction {
|
| /llvm-project-15.0.7/clang/unittests/Sema/ |
| H A D | SemaLookupTest.cpp | 16 class LookupAction : public ASTFrontendAction {
|
| /llvm-project-15.0.7/clang/docs/ |
| H A D | RAVFrontendAction.rst | 19 provides the convenience interface ASTFrontendAction, which takes care 26 class FindNamedClassAction : public clang::ASTFrontendAction { 186 class FindNamedClassAction : public clang::ASTFrontendAction {
|
| /llvm-project-15.0.7/clang/include/clang/ARCMigrate/ |
| H A D | ARCMTActions.h | 35 class MigrateSourceAction : public ASTFrontendAction {
|
| /llvm-project-15.0.7/clang/include/clang/CodeGen/ |
| H A D | CodeGenAction.h | 24 class CodeGenAction : public ASTFrontendAction {
|
| /llvm-project-15.0.7/clang-tools-extra/pp-trace/ |
| H A D | PPTrace.cpp | 79 class PPTraceAction : public ASTFrontendAction {
|
| /llvm-project-15.0.7/lldb/tools/lldb-instr/ |
| H A D | Instrument.cpp | 138 class SBAction : public ASTFrontendAction {
|
| /llvm-project-15.0.7/clang-tools-extra/clang-move/ |
| H A D | Move.h | 202 class ClangMoveAction : public clang::ASTFrontendAction {
|