clang API Documentation

Functions
Environment.cpp File Reference
#include "clang/AST/ExprCXX.h"
#include "clang/AST/ExprObjC.h"
#include "clang/Analysis/AnalysisContext.h"
#include "clang/Analysis/CFG.h"
#include "clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h"
#include "llvm/Support/raw_ostream.h"
Include dependency graph for Environment.cpp:

Go to the source code of this file.

Functions

static const ExprignoreTransparentExprs (const Expr *E)
static const StmtignoreTransparentExprs (const Stmt *S)

Function Documentation

static const Expr* ignoreTransparentExprs ( const Expr E) [static]

Definition at line 24 of file Environment.cpp.

References clang::Stmt::getStmtClass(), and clang::Expr::IgnoreParens().

Referenced by ignoreTransparentExprs().

static const Stmt* ignoreTransparentExprs ( const Stmt S) [static]

Definition at line 48 of file Environment.cpp.

References ignoreTransparentExprs(), and S.