Home
last modified time | relevance | path

Searched refs:getControllingExpr (Results 1 – 7 of 7) sorted by relevance

/external/clang/lib/Sema/
DSemaPseudoObject.cpp155 gse->getControllingExpr(), in rebuild()
DSemaExprObjC.cpp4135 gse->getControllingExpr(), in stripARCUnbridgedCast()
DTreeTransform.h7969 getDerived().TransformExpr(E->getControllingExpr()); in TransformGenericSelectionExpr()
/external/clang/include/clang/AST/
DExpr.h4560 const Expr *getControllingExpr() const { in getControllingExpr() function
4563 Expr *getControllingExpr() { return cast<Expr>(SubExprs[CONTROLLING]); } in getControllingExpr() function
DRecursiveASTVisitor.h2056 TRY_TO(TraverseStmt(S->getControllingExpr()));
/external/clang/lib/AST/
DStmtPrinter.cpp1358 PrintExpr(Node->getControllingExpr()); in VisitGenericSelectionExpr()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp860 Writer.AddStmt(E->getControllingExpr()); in VisitGenericSelectionExpr()