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.cpp4184 gse->getControllingExpr(), in stripARCUnbridgedCast()
DTreeTransform.h8279 getDerived().TransformExpr(E->getControllingExpr()); in TransformGenericSelectionExpr()
/external/clang/include/clang/AST/
DExpr.h4463 const Expr *getControllingExpr() const { in getControllingExpr() function
4466 Expr *getControllingExpr() { return cast<Expr>(SubExprs[CONTROLLING]); } in getControllingExpr() function
DRecursiveASTVisitor.h2158 TRY_TO(TraverseStmt(S->getControllingExpr()));
/external/clang/lib/AST/
DStmtPrinter.cpp1488 PrintExpr(Node->getControllingExpr()); in VisitGenericSelectionExpr()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp872 Record.AddStmt(E->getControllingExpr()); in VisitGenericSelectionExpr()