clang API Documentation
#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"
Go to the source code of this file.
Functions | |
static const Expr * | ignoreTransparentExprs (const Expr *E) |
static const Stmt * | ignoreTransparentExprs (const Stmt *S) |
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.