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.h3588 Expr *getChosenSubExpr() const { in getChosenSubExpr() function
/external/clang/lib/AST/
DExpr.cpp1919 return cast<ChooseExpr>(this)->getChosenSubExpr()-> in isUnusedResultAWarning()
2316 E = P->getChosenSubExpr(); in IgnoreParens()
2727 return cast<ChooseExpr>(this)->getChosenSubExpr() in isConstantInitializer()
2954 return cast<ChooseExpr>(this)->getChosenSubExpr()->HasSideEffects( in HasSideEffects()
3187 return CE->getChosenSubExpr()->isNullPointerConstant(Ctx, NPC); in isNullPointerConstant()
DExprClassification.cpp295 return ClassifyInternal(Ctx, cast<ChooseExpr>(E)->getChosenSubExpr()); in ClassifyInternal()
DExprConstant.cpp4243 { return StmtVisitorTy::Visit(E->getChosenSubExpr()); } in VisitChooseExpr()
9711 return CheckICE(cast<ChooseExpr>(E)->getChosenSubExpr(), Ctx); in CheckICE()
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp1126 return canThrow(cast<ChooseExpr>(E)->getChosenSubExpr()); in canThrow()
/external/clang/lib/CodeGen/
DCGExprComplex.cpp995 return Visit(E->getChosenSubExpr()); in VisitChooseExpr()
DCGExprAgg.cpp964 Visit(CE->getChosenSubExpr()); in VisitChooseExpr()
DCGExprConstant.cpp637 return Visit(CE->getChosenSubExpr()); in VisitChooseExpr()
DCGExprScalar.cpp3347 return Visit(E->getChosenSubExpr()); in VisitChooseExpr()
DCGExpr.cpp1064 return EmitLValue(cast<ChooseExpr>(E)->getChosenSubExpr()); in EmitLValue()