Home
last modified time | relevance | path

Searched refs:IgnoreParenLValueCasts (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDereferenceChecker.cpp69 Ex = Ex->IgnoreParenLValueCasts(); in AddDerefSource()
107 E = expr->IgnoreParenLValueCasts(); in getDereferenceExpr()
H A DCStringSyntaxChecker.cpp161 dyn_cast<DeclRefExpr>(LenArg->IgnoreParenLValueCasts()); in containsBadStrlcpyStrlcatPattern()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransUnbridgedCasts.cpp451 E = E->IgnoreParenLValueCasts(); in isSelf()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DExpr.h951 Expr *IgnoreParenLValueCasts() LLVM_READONLY;
952 const Expr *IgnoreParenLValueCasts() const { in IgnoreParenLValueCasts() function
953 return const_cast<Expr *>(this)->IgnoreParenLValueCasts(); in IgnoreParenLValueCasts()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp1944 receiver = receiver->IgnoreParenLValueCasts(); in isSelfExpr()
H A DSemaOpenMP.cpp20975 const Expr *VE = RE->IgnoreParenLValueCasts(); in checkMappableExpressionList()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExpr.cpp3087 Expr *Expr::IgnoreParenLValueCasts() { in IgnoreParenLValueCasts() function in Expr