Instantiator
Generate c++ template instantiations
|
Action to compute all ASTs. More...
#include <Actions/AllASTBuilderAction.hpp>
Public Member Functions | |
AllASTBuilderAction (std::vector< std::unique_ptr< clang::ASTUnit > > &ASTs) | |
bool | runInvocation (std::shared_ptr< clang::CompilerInvocation > Invocation, clang::FileManager *Files, std::shared_ptr< clang::PCHContainerOperations > PCHContainerOps, clang::DiagnosticConsumer *DiagConsumer) override |
Private Attributes | |
std::vector< std::unique_ptr< clang::ASTUnit > > & | ASTs |
Action to compute all ASTs.
This action is currently not used as it is loading all ASTs from the compilation database.
Definition at line 24 of file AllASTBuilderAction.hpp.
|
inline |
Definition at line 29 of file AllASTBuilderAction.hpp.
|
override |
Definition at line 7 of file AllASTBuilderAction.cpp.
|
private |
Definition at line 26 of file AllASTBuilderAction.hpp.