Home
last modified time | relevance | path

Searched refs:getChosenSubExpr (Results 1 – 11 of 11) sorted by relevance

/external/clang/include/clang/AST/
DEvaluatedExprVisitor.h56 return this->Visit(E->getChosenSubExpr()); in VisitChooseExpr()
DExpr.h3515 Expr *getChosenSubExpr() const { in getChosenSubExpr() function
/external/clang/lib/AST/
DExprClassification.cpp289 return ClassifyInternal(Ctx, cast<ChooseExpr>(E)->getChosenSubExpr()); in ClassifyInternal()
DExpr.cpp1933 return cast<ChooseExpr>(this)->getChosenSubExpr()-> in isUnusedResultAWarning()
2312 E = P->getChosenSubExpr(); in IgnoreParens()
2689 return cast<ChooseExpr>(this)->getChosenSubExpr() in isConstantInitializer()
2848 return cast<ChooseExpr>(this)->getChosenSubExpr()->HasSideEffects(Ctx); in HasSideEffects()
3049 return CE->getChosenSubExpr()->isNullPointerConstant(Ctx, NPC); in isNullPointerConstant()
DExprConstant.cpp3729 { return StmtVisitorTy::Visit(E->getChosenSubExpr()); } in VisitChooseExpr()
8418 return CheckICE(cast<ChooseExpr>(E)->getChosenSubExpr(), Ctx); in CheckICE()
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp1028 return canThrow(cast<ChooseExpr>(E)->getChosenSubExpr()); in canThrow()
/external/clang/lib/CodeGen/
DCGExprComplex.cpp781 return Visit(E->getChosenSubExpr()); in VisitChooseExpr()
DCGExprAgg.cpp923 Visit(CE->getChosenSubExpr()); in VisitChooseExpr()
DCGExprConstant.cpp613 return Visit(CE->getChosenSubExpr()); in VisitChooseExpr()
DCGExpr.cpp854 return EmitLValue(cast<ChooseExpr>(E)->getChosenSubExpr()); in EmitLValue()
DCGExprScalar.cpp3088 return Visit(E->getChosenSubExpr()); in VisitChooseExpr()