OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
anonymous_namespace{UdfCompiler.cpp}::ToolFactory Class Reference
+ Inheritance diagram for anonymous_namespace{UdfCompiler.cpp}::ToolFactory:
+ Collaboration diagram for anonymous_namespace{UdfCompiler.cpp}::ToolFactory:

Public Types

using FrontendActionPtr = clang::FrontendAction *
 

Public Member Functions

 ToolFactory (llvm::raw_fd_ostream &ast_file)
 
FrontendActionPtr create () override
 

Private Attributes

llvm::raw_fd_ostream & ast_file_
 

Detailed Description

Definition at line 143 of file UdfCompiler.cpp.

Member Typedef Documentation

using anonymous_namespace{UdfCompiler.cpp}::ToolFactory::FrontendActionPtr = clang::FrontendAction*

Definition at line 149 of file UdfCompiler.cpp.

Constructor & Destructor Documentation

anonymous_namespace{UdfCompiler.cpp}::ToolFactory::ToolFactory ( llvm::raw_fd_ostream &  ast_file)
inline

Definition at line 153 of file UdfCompiler.cpp.

153 : ast_file_(ast_file) {}

Member Function Documentation

FrontendActionPtr anonymous_namespace{UdfCompiler.cpp}::ToolFactory::create ( )
inlineoverride

Definition at line 155 of file UdfCompiler.cpp.

References CREATE_FRONTEND_ACTION.

155  {
157  }
#define CREATE_FRONTEND_ACTION(ast_file_)

Member Data Documentation

llvm::raw_fd_ostream& anonymous_namespace{UdfCompiler.cpp}::ToolFactory::ast_file_
private

Definition at line 160 of file UdfCompiler.cpp.


The documentation for this class was generated from the following file: