Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DEvaluatedExprVisitor.h59 return this->Visit(E->getChosenSubExpr()); in VisitChooseExpr()
DIgnoreExpr.h153 return CE->getChosenSubExpr(); in IgnoreParensSingleStep()
DExpr.h4480 Expr *getChosenSubExpr() const { in getChosenSubExpr() function
/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/llvm-project/clang/lib/AST/
DExprClassification.cpp325 return ClassifyInternal(Ctx, cast<ChooseExpr>(E)->getChosenSubExpr()); in ClassifyInternal()
DExpr.cpp2343 return cast<ChooseExpr>(this)->getChosenSubExpr()-> in isUnusedResultAWarning()
3128 return cast<ChooseExpr>(this)->getChosenSubExpr() in isConstantInitializer()
3408 return cast<ChooseExpr>(this)->getChosenSubExpr()->HasSideEffects( in HasSideEffects()
3656 return CE->getChosenSubExpr()->isNullPointerConstant(Ctx, NPC); in isNullPointerConstant()
DExprConstant.cpp7352 { return StmtVisitorTy::Visit(E->getChosenSubExpr()); } in VisitChooseExpr()
15430 return CheckICE(cast<ChooseExpr>(E)->getChosenSubExpr(), Ctx); in CheckICE()
/external/clang/lib/Sema/
DSemaExceptionSpec.cpp1126 return canThrow(cast<ChooseExpr>(E)->getChosenSubExpr()); in canThrow()
/external/llvm-project/clang/lib/Sema/
DSemaExceptionSpec.cpp1331 return canThrow(CE->getChosenSubExpr()); in canThrow()
DSemaInit.cpp164 E = CE->getChosenSubExpr(); in updateStringLiteralType()
186 E = CE->getChosenSubExpr(); in updateGNUCompoundLiteralRValue()
/external/clang/lib/CodeGen/
DCGExprAgg.cpp964 Visit(CE->getChosenSubExpr()); in VisitChooseExpr()
DCGExprComplex.cpp995 return Visit(E->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()
/external/llvm-project/clang/lib/CodeGen/
DCGExprComplex.cpp1070 return Visit(E->getChosenSubExpr()); in VisitChooseExpr()
DCGExprAgg.cpp1275 Visit(CE->getChosenSubExpr()); in VisitChooseExpr()
DCGExprConstant.cpp1035 return Visit(CE->getChosenSubExpr(), T); in VisitChooseExpr()
DCGExprScalar.cpp4486 return Visit(E->getChosenSubExpr()); in VisitChooseExpr()
DCGExpr.cpp1406 return EmitLValue(cast<ChooseExpr>(E)->getChosenSubExpr()); in EmitLValue()