|
Tensorium
|
AST consumer that matches specific patterns in the AST related to Tensorium usage. More...
Classes | |
| class | AlignedChecker |
| Callback for handling matches from the AST. More... | |
Public Member Functions | |
| TensoriumASTConsumer (CompilerInstance &CI) | |
| Constructor. | |
| void | HandleTranslationUnit (ASTContext &Context) override |
| Called once AST is fully parsed; sets up matchers. | |
Private Attributes | |
| CompilerInstance & | CI |
AST consumer that matches specific patterns in the AST related to Tensorium usage.
|
inlineexplicit |
|
inlineoverride |
Called once AST is fully parsed; sets up matchers.
| Context | ASTContext of the parsed translation unit |
References CI.
|
private |
Referenced by HandleTranslationUnit(), and TensoriumASTConsumer().