Home
last modified time | relevance | path

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

/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaPseudoObject.cpp95 gse->getControllingExpr(), in rebuild()
HDSemaExprObjC.cpp3439 gse->getControllingExpr(), in stripARCUnbridgedCast()
HDTreeTransform.h6493 getDerived().TransformExpr(E->getControllingExpr()); in TransformGenericSelectionExpr()
/trueos/contrib/llvm/tools/clang/include/clang/AST/
HDExpr.h4376 const Expr *getControllingExpr() const { in getControllingExpr() function
4379 Expr *getControllingExpr() { return cast<Expr>(SubExprs[CONTROLLING]); } in getControllingExpr() function
HDRecursiveASTVisitor.h2066 TRY_TO(TraverseStmt(S->getControllingExpr())); in TraverseGenericSelectionExpr()
/trueos/contrib/llvm/tools/clang/lib/AST/
HDStmtPrinter.cpp960 PrintExpr(Node->getControllingExpr()); in VisitGenericSelectionExpr()
/trueos/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriterStmt.cpp816 Writer.AddStmt(E->getControllingExpr()); in VisitGenericSelectionExpr()