Searched refs:getControllingExpr (Results 1 – 10 of 10) sorted by relevance
44 return InnerMatcher.matches(*Node.getControllingExpr(), Finder, Builder); in AST_MATCHER_P()
1482 dumpStmt(E->getControllingExpr()); in VisitGenericSelectionExpr()1483 dumpTypeAsChild(E->getControllingExpr()->getType()); // FIXME: remove in VisitGenericSelectionExpr()
1264 PrintExpr(Node->getControllingExpr()); in VisitGenericSelectionExpr()
156 gse->getControllingExpr(), in rebuild()
4347 gse->getControllingExpr(), in stripARCUnbridgedCast()
13705 Context, GSE->getGenericLoc(), GSE->getControllingExpr(), in FixOverloadedFunctionReference()
9066 getDerived().TransformExpr(E->getControllingExpr()); in TransformGenericSelectionExpr()
5073 const Expr *getControllingExpr() const { in getControllingExpr() function5076 Expr *getControllingExpr() { return cast<Expr>(SubExprs[CONTROLLING]); } in getControllingExpr() function
2303 TRY_TO(TraverseStmt(S->getControllingExpr()));
974 Record.AddStmt(E->getControllingExpr()); in VisitGenericSelectionExpr()