Searched refs:getControllingExpr (Results 1 – 8 of 8) sorted by relevance
935 PrintExpr(Node->getControllingExpr()); in VisitGenericSelectionExpr()
95 gse->getControllingExpr(), in rebuild()
3316 gse->getControllingExpr(), in stripARCUnbridgedCast()
6414 getDerived().TransformExpr(E->getControllingExpr()); in TransformGenericSelectionExpr()
4310 const Expr *getControllingExpr() const { in getControllingExpr() function4313 Expr *getControllingExpr() { return cast<Expr>(SubExprs[CONTROLLING]); } in getControllingExpr() function
2134 TRY_TO(TraverseStmt(S->getControllingExpr())); in TraverseGenericSelectionExpr()
2042 StmtQueue.queue(S->getControllingExpr()); in TraverseGenericSelectionExpr()
806 Writer.AddStmt(E->getControllingExpr()); in VisitGenericSelectionExpr()