clang API Documentation

Functions
UndefCapturedBlockVarChecker.cpp File Reference
#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"
Include dependency graph for UndefCapturedBlockVarChecker.cpp:

Go to the source code of this file.

Functions

static const DeclRefExprFindBlockDeclRefExpr (const Stmt *S, const VarDecl *VD)

Function Documentation

static const DeclRefExpr* FindBlockDeclRefExpr ( const Stmt S,
const VarDecl VD 
) [static]