Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/Sema/
DSemaPseudoObject.cpp95 gse->getControllingExpr(), in rebuild()
DSemaExprObjC.cpp3439 gse->getControllingExpr(), in stripARCUnbridgedCast()
DTreeTransform.h6493 getDerived().TransformExpr(E->getControllingExpr()); in TransformGenericSelectionExpr()
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DExpr.h4376 const Expr *getControllingExpr() const { in getControllingExpr() function
4379 Expr *getControllingExpr() { return cast<Expr>(SubExprs[CONTROLLING]); } in getControllingExpr() function
DRecursiveASTVisitor.h2066 TRY_TO(TraverseStmt(S->getControllingExpr())); in TraverseGenericSelectionExpr()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DStmtPrinter.cpp960 PrintExpr(Node->getControllingExpr()); in VisitGenericSelectionExpr()
/freebsd-9-stable/contrib/llvm/tools/clang/lib/Serialization/
DASTWriterStmt.cpp816 Writer.AddStmt(E->getControllingExpr()); in VisitGenericSelectionExpr()