|
clang
5.0.0
|
#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) |
Definition at line 24 of file Environment.cpp.
References E, clang::Stmt::getStmtClass(), and clang::Expr::IgnoreParens().
Referenced by ignoreTransparentExprs().
Definition at line 48 of file Environment.cpp.
References E, ignoreTransparentExprs(), and S.
1.8.6