AST consumer that matches specific patterns in the AST related to Tensorium usage.
More...
AST consumer that matches specific patterns in the AST related to Tensorium usage.
◆ TensoriumASTConsumer()
TensoriumASTConsumer::TensoriumASTConsumer |
( |
CompilerInstance & | CI | ) |
|
|
inlineexplicit |
Constructor.
- Parameters
-
CI | The Clang compiler instance |
◆ HandleTranslationUnit()
void TensoriumASTConsumer::HandleTranslationUnit |
( |
ASTContext & | Context | ) |
|
|
inlineoverride |
Called once AST is fully parsed; sets up matchers.
- Parameters
-
Context | ASTContext of the parsed translation unit |
References CI.
◆ CI
CompilerInstance& TensoriumASTConsumer::CI |
|
private |
The documentation for this class was generated from the following file: