clang API Documentation
#include "ClangSACheckers.h"
#include "clang/AST/Attr.h"
#include "clang/StaticAnalyzer/Core/BugReporter/BugType.h"
#include "clang/StaticAnalyzer/Core/Checker.h"
#include "clang/StaticAnalyzer/Core/CheckerManager.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/CheckerContext.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/Support/raw_ostream.h"
Go to the source code of this file.
Functions | |
static const DeclRefExpr * | FindBlockDeclRefExpr (const Stmt *S, const VarDecl *VD) |
static const DeclRefExpr* FindBlockDeclRefExpr | ( | const Stmt * | S, |
const VarDecl * | VD | ||
) | [static] |
Definition at line 37 of file UndefCapturedBlockVarChecker.cpp.
References clang::Stmt::child_begin(), and clang::Stmt::child_end().