|
| std::unique_ptr< clang::ASTConsumer > | CreateASTConsumer (clang::CompilerInstance &CI, llvm::StringRef InFile) override |
| |
| bool | ParseArgs (const clang::CompilerInstance &CI, const std::vector< std::string > &args) override |
| |
| PluginASTAction::ActionType | getActionType () override |
| |
template<typename ConsumerType>
class EnzymeAction< ConsumerType >
Definition at line 51 of file EnzymeClang.cpp.
◆ CreateASTConsumer()
template<typename ConsumerType >
| std::unique_ptr< clang::ASTConsumer > EnzymeAction< ConsumerType >::CreateASTConsumer |
( |
clang::CompilerInstance & | CI, |
|
|
llvm::StringRef | InFile ) |
|
inlineoverrideprotected |
◆ getActionType()
template<typename ConsumerType >
| PluginASTAction::ActionType EnzymeAction< ConsumerType >::getActionType |
( |
| ) |
|
|
inlineoverrideprotected |
◆ ParseArgs()
template<typename ConsumerType >
| bool EnzymeAction< ConsumerType >::ParseArgs |
( |
const clang::CompilerInstance & | CI, |
|
|
const std::vector< std::string > & | args ) |
|
inlineoverrideprotected |
The documentation for this class was generated from the following file: