#include "UseStdMoveCheck.h"
#include "../utils/DeclRefExprUtils.h"
#include "clang/AST/Expr.h"
#include "clang/AST/ExprCXX.h"
#include "clang/ASTMatchers/ASTMatchers.h"
#include "clang/Analysis/Analyses/CFGReachabilityAnalysis.h"
#include "clang/Lex/Lexer.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/STLExtras.h"
Go to the source code of this file.
|
| SmallPtrSet< const DeclRefExpr *, 16 > | clang::tidy::performance::allDeclRefExprs (const ValueDecl &ValueDecl, const Stmt &Stmt, ASTContext &Context) |
| | Returns set of all DeclRefExprs to ValueDecl within Stmt.
|