Searched refs:ASTFrontendAction (Results 1 – 18 of 18) sorted by relevance
| /freebsd/contrib/llvm-project/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 { 136 class GenerateInterfaceStubsAction : public ASTFrontendAction { 188 class SyntaxOnlyAction : public ASTFrontendAction { 200 class DumpModuleInfoAction : public ASTFrontendAction { 220 class VerifyPCHAction : public ASTFrontendAction { [all …]
|
| H A D | FrontendAction.h | 249 class ASTFrontendAction : public FrontendAction { 259 ASTFrontendAction() {} in ASTFrontendAction() function 263 class PluginASTAction : public ASTFrontendAction {
|
| /freebsd/contrib/llvm-project/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 {
|
| /freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Frontend/ |
| H A D | FrontendActions.h | 26 class AnalysisAction : public ASTFrontendAction { 40 class ParseModelFileAction : public ASTFrontendAction {
|
| /freebsd/contrib/llvm-project/clang/include/clang/Tooling/ |
| H A D | Tooling.h | 433 class ConsumerFactoryAdaptor : public ASTFrontendAction { in newFrontendActionFactory() 446 if (!ASTFrontendAction::BeginSourceFileAction(CI)) in newFrontendActionFactory() 456 ASTFrontendAction::EndSourceFileAction(); in newFrontendActionFactory()
|
| /freebsd/contrib/llvm-project/clang/include/clang/InstallAPI/ |
| H A D | Frontend.h | 32 class InstallAPIAction : public ASTFrontendAction {
|
| /freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/ |
| H A D | FrontendActions.h | 24 class ExtractAPIAction : public ASTFrontendAction,
|
| /freebsd/contrib/llvm-project/clang/include/clang/CIR/FrontendAction/ |
| H A D | CIRGenAction.h | 25 class CIRGenAction : public clang::ASTFrontendAction {
|
| /freebsd/contrib/llvm-project/clang/include/clang/CodeGen/ |
| H A D | CodeGenAction.h | 24 class CodeGenAction : public ASTFrontendAction {
|
| /freebsd/contrib/llvm-project/lldb/tools/lldb-instr/ |
| H A D | Instrument.cpp | 139 class SBAction : public ASTFrontendAction {
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | FrontendActions.cpp | 179 return ASTFrontendAction::shouldEraseOutputFiles(); in shouldEraseOutputFiles() 229 ASTFrontendAction::shouldEraseOutputFiles(); in shouldEraseOutputFiles() 612 ASTFrontendAction::ExecuteAction(); in ExecuteAction()
|
| H A D | PrecompiledPreamble.cpp | 249 class PrecompilePreambleAction : public ASTFrontendAction { 274 return ASTFrontendAction::BeginSourceFileAction(CI); in BeginSourceFileAction()
|
| H A D | FrontendAction.cpp | 1318 void ASTFrontendAction::ExecuteAction() { in ExecuteAction()
|
| H A D | ASTUnit.cpp | 1043 class TopLevelDeclTrackerAction : public ASTFrontendAction {
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | IndexingAction.cpp | 147 class IndexAction final : public ASTFrontendAction {
|
| /freebsd/contrib/llvm-project/lldb/tools/lldb-rpc/lldb-rpc-gen/ |
| H A D | lldb-rpc-gen.cpp | 235 class SBAction : public ASTFrontendAction {
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenAction.cpp | 1111 this->ASTFrontendAction::ExecuteAction(); in ExecuteAction()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 698 {"_ZNK5clang17ASTFrontendAction20usesPreprocessorOnlyEv", "clang::ASTFrontendAction::usesPreprocess… 699 {"_ZN5clang17ASTFrontendActionD1Ev", "clang::ASTFrontendAction::~ASTFrontendAction()"}, 700 {"_ZN5clang17ASTFrontendActionD0Ev", "clang::ASTFrontendAction::~ASTFrontendAction()"}, 1059 {"_ZN5clang17ASTFrontendAction13ExecuteActionEv", "clang::ASTFrontendAction::ExecuteAction()"}, 24946 {"_ZTVN5clang17ASTFrontendActionE", "vtable for clang::ASTFrontendAction"},
|