Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DEvaluatedExprVisitor.h59 return this->Visit(E->getChosenSubExpr()); in VisitChooseExpr()
DExpr.h3654 Expr *getChosenSubExpr() const { in getChosenSubExpr() function
/external/clang/lib/AST/
DExpr.cpp2072 return cast<ChooseExpr>(this)->getChosenSubExpr()-> in isUnusedResultAWarning()
2469 E = P->getChosenSubExpr(); in IgnoreParens()
2880 return cast<ChooseExpr>(this)->getChosenSubExpr() in isConstantInitializer()
3102 return cast<ChooseExpr>(this)->getChosenSubExpr()->HasSideEffects( in HasSideEffects()
3328 return CE->getChosenSubExpr()->isNullPointerConstant(Ctx, NPC); in isNullPointerConstant()
DExprClassification.cpp295 return ClassifyInternal(Ctx, cast<ChooseExpr>(E)->getChosenSubExpr()); in ClassifyInternal()
DExprConstant.cpp4096 { return StmtVisitorTy::Visit(E->getChosenSubExpr()); } in VisitChooseExpr()
9393 return CheckICE(cast<ChooseExpr>(E)->getChosenSubExpr(), Ctx); in CheckICE()
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp1116 return canThrow(cast<ChooseExpr>(E)->getChosenSubExpr()); in canThrow()
/external/clang/lib/CodeGen/
DCGExprComplex.cpp994 return Visit(E->getChosenSubExpr()); in VisitChooseExpr()
DCGExprAgg.cpp962 Visit(CE->getChosenSubExpr()); in VisitChooseExpr()
DCGExprConstant.cpp631 return Visit(CE->getChosenSubExpr()); in VisitChooseExpr()
DCGExprScalar.cpp3358 return Visit(E->getChosenSubExpr()); in VisitChooseExpr()
DCGExpr.cpp1038 return EmitLValue(cast<ChooseExpr>(E)->getChosenSubExpr()); in EmitLValue()