Class used to find the variables and member expressions on which an arbitrary expression depends.
More...
#include <LoopConvertUtils.h>
Class used to find the variables and member expressions on which an arbitrary expression depends.
Definition at line 88 of file LoopConvertUtils.h.
◆ ComponentFinderASTVisitor()
clang::tidy::modernize::ComponentFinderASTVisitor::ComponentFinderASTVisitor |
( |
| ) |
|
|
default |
◆ findExprComponents()
void clang::tidy::modernize::ComponentFinderASTVisitor::findExprComponents |
( |
const clang::Expr * |
SourceExpr | ) |
|
|
inline |
Find the components of an expression and place them in a ComponentVector.
Definition at line 94 of file LoopConvertUtils.h.
◆ getComponents()
const ComponentVector& clang::tidy::modernize::ComponentFinderASTVisitor::getComponents |
( |
| ) |
|
|
inline |
◆ clang::RecursiveASTVisitor< ComponentFinderASTVisitor >
The documentation for this class was generated from the following files: