Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:IgnoreParens

170   const Expr *callee = CE->getCallee()->IgnoreParens();
332 cast<BinaryOperator>(E->getCallee()->IgnoreParens());
1641 if (const UnaryOperator *UO = dyn_cast<UnaryOperator>(E->IgnoreParens())) {