class GetDependenciesByModuleNameAction
Declaration
class GetDependenciesByModuleNameAction : public PreprocessOnlyAction { /* full declaration omitted */ };
Description
Abstract base class to use for preprocessor-based frontend actions.
Declared at: clang/include/clang/Frontend/FrontendActions.h:313
Inherits from: PreprocessOnlyAction
Member Variables
- private llvm::StringRef ModuleName
Method Overview
- private void ExecuteAction()
- public GetDependenciesByModuleNameAction(llvm::StringRef ModuleName)
Inherited from PreprocessOnlyAction:
Inherited from PreprocessorFrontendAction:
Inherited from FrontendAction:
- protected BeginInvocation
- public BeginSourceFile
- protected BeginSourceFileAction
- protected CreateASTConsumer
- public EndSourceFile
- protected EndSourceFileAction
- public Execute
- protected ExecuteAction
- public PrepareToExecute
- protected PrepareToExecuteAction
- public getCompilerInstance
- public getCurrentASTUnit
- public getCurrentFile
- public getCurrentFileKind
- public getCurrentFileOrBufferName
- public getCurrentInput
- public getCurrentModule
- public getTranslationUnitKind
- public hasASTFileSupport
- public hasCodeCompletionSupport
- public hasIRSupport
- public hasPCHSupport
- public isCurrentFileAST
- public isModelParsingAction
- public setCompilerInstance
- public setCurrentInput
- protected shouldEraseOutputFiles
- public takeCurrentASTUnit
- public usesPreprocessorOnly
Methods
¶void ExecuteAction()
void ExecuteAction()
Description
Callback to run the program action, using the initialized compiler instance. This is guaranteed to only be called between BeginSourceFileAction() and EndSourceFileAction().
Declared at: clang/include/clang/Frontend/FrontendActions.h:315
¶GetDependenciesByModuleNameAction(
llvm::StringRef ModuleName)
GetDependenciesByModuleNameAction(
llvm::StringRef ModuleName)
Declared at: clang/include/clang/Frontend/FrontendActions.h:318
Parameters
- llvm::StringRef ModuleName