clang-tools
8.0.0
|
Class used to determine if any declarations used in a Stmt would conflict with a particular identifier. More...
#include <LoopConvertUtils.h>
Public Member Functions | |
DeclFinderASTVisitor (const std::string &Name, const StmtGeneratedVarNameMap *GeneratedDecls) | |
bool | findUsages (const clang::Stmt *Body) |
Attempts to find any usages of variables name Name in Body, returning true when it is used in Body. More... | |
Friends | |
class | clang::RecursiveASTVisitor< DeclFinderASTVisitor > |
Class used to determine if any declarations used in a Stmt would conflict with a particular identifier.
This search includes the names that don't actually appear in the AST (i.e. created by a refactoring tool) by including a map from Stmts to generated names associated with those stmts.
Definition at line 173 of file LoopConvertUtils.h.
|
inline |
Definition at line 176 of file LoopConvertUtils.h.
|
inline |
Attempts to find any usages of variables name Name in Body, returning true when it is used in Body.
This includes the generated loop variables of ForStmts which have already been transformed.
Definition at line 183 of file LoopConvertUtils.h.
|
friend |
Definition at line 189 of file LoopConvertUtils.h.