reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/include/clang/AST/Expr.h
  850   Expr *IgnoreParenNoopCasts(const ASTContext &Ctx) LLVM_READONLY;

References

tools/clang/include/clang/AST/Expr.h
  852     return const_cast<Expr *>(this)->IgnoreParenNoopCasts(Ctx);
tools/clang/lib/Sema/SemaExpr.cpp
 5176         if (auto *BE = dyn_cast<BlockExpr>(Arg->IgnoreParenNoopCasts(Context)))
tools/clang/lib/Sema/SemaExprObjC.cpp
 1668               argExpr->IgnoreParenNoopCasts(Context)))
tools/clang/lib/Sema/SemaStmtAsm.cpp
   98   const Expr *E2 = E->IgnoreParenNoopCasts(S.Context);
  310       const Expr *LVal = OutputExpr->IgnoreParenNoopCasts(Context);