clang-tools 20.0.0git
|
Class used to find the variables and member expressions on which an arbitrary expression depends. More...
#include <LoopConvertUtils.h>
Public Member Functions | |
ComponentFinderASTVisitor ()=default | |
void | findExprComponents (const clang::Expr *SourceExpr) |
Find the components of an expression and place them in a ComponentVector. | |
const ComponentVector & | getComponents () |
Accessor for Components. | |
Friends | |
class | clang::RecursiveASTVisitor< ComponentFinderASTVisitor > |
Class used to find the variables and member expressions on which an arbitrary expression depends.
Definition at line 88 of file LoopConvertUtils.h.
|
default |
|
inline |
Find the components of an expression and place them in a ComponentVector.
Definition at line 94 of file LoopConvertUtils.h.
Referenced by clang::tidy::modernize::LoopConvertCheck::check().
|
inline |
Accessor for Components.
Definition at line 99 of file LoopConvertUtils.h.
Referenced by clang::tidy::modernize::LoopConvertCheck::check().
|
friend |
Definition at line 99 of file LoopConvertUtils.h.