Searched refs:getControllingExpr (Results 1 – 7 of 7) sorted by relevance
95 gse->getControllingExpr(), in rebuild()
3439 gse->getControllingExpr(), in stripARCUnbridgedCast()
6493 getDerived().TransformExpr(E->getControllingExpr()); in TransformGenericSelectionExpr()
4376 const Expr *getControllingExpr() const { in getControllingExpr() function4379 Expr *getControllingExpr() { return cast<Expr>(SubExprs[CONTROLLING]); } in getControllingExpr() function
2066 TRY_TO(TraverseStmt(S->getControllingExpr())); in TraverseGenericSelectionExpr()
960 PrintExpr(Node->getControllingExpr()); in VisitGenericSelectionExpr()
816 Writer.AddStmt(E->getControllingExpr()); in VisitGenericSelectionExpr()