Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:VisitParenExpr

107   ComplexPairTy VisitParenExpr(ParenExpr *PE) { return Visit(PE->getSubExpr());}