Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DStmtPrinter.cpp935 PrintExpr(Node->getControllingExpr()); in VisitGenericSelectionExpr()
/external/clang/lib/Sema/
DSemaPseudoObject.cpp95 gse->getControllingExpr(), in rebuild()
DSemaExprObjC.cpp3316 gse->getControllingExpr(), in stripARCUnbridgedCast()
DTreeTransform.h6414 getDerived().TransformExpr(E->getControllingExpr()); in TransformGenericSelectionExpr()
/external/clang/include/clang/AST/
DExpr.h4310 const Expr *getControllingExpr() const { in getControllingExpr() function
4313 Expr *getControllingExpr() { return cast<Expr>(SubExprs[CONTROLLING]); } in getControllingExpr() function
DRecursiveASTVisitor.h2134 TRY_TO(TraverseStmt(S->getControllingExpr())); in TraverseGenericSelectionExpr()
/external/clang/tools/libclang/
DRecursiveASTVisitor.h2042 StmtQueue.queue(S->getControllingExpr()); in TraverseGenericSelectionExpr()
/external/clang/lib/Serialization/
DASTWriterStmt.cpp806 Writer.AddStmt(E->getControllingExpr()); in VisitGenericSelectionExpr()