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