Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h62 return this->Visit(E->getChosenSubExpr()); in VisitChooseExpr()
H A DIgnoreExpr.h165 return CE->getChosenSubExpr(); in IgnoreParensSingleStep()
H A DExpr.h4482 Expr *getChosenSubExpr() const { in getChosenSubExpr() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprClassification.cpp325 return ClassifyInternal(Ctx, cast<ChooseExpr>(E)->getChosenSubExpr()); in ClassifyInternal()
H A DExpr.cpp2425 return cast<ChooseExpr>(this)->getChosenSubExpr()-> in isUnusedResultAWarning()
3210 return cast<ChooseExpr>(this)->getChosenSubExpr() in isConstantInitializer()
3488 return cast<ChooseExpr>(this)->getChosenSubExpr()->HasSideEffects( in HasSideEffects()
3736 return CE->getChosenSubExpr()->isNullPointerConstant(Ctx, NPC); in isNullPointerConstant()
H A DExprConstant.cpp7363 { return StmtVisitorTy::Visit(E->getChosenSubExpr()); } in VisitChooseExpr()
15447 return CheckICE(cast<ChooseExpr>(E)->getChosenSubExpr(), Ctx); in CheckICE()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1333 return canThrow(CE->getChosenSubExpr()); in canThrow()
H A DSemaInit.cpp165 E = CE->getChosenSubExpr(); in updateStringLiteralType()
187 E = CE->getChosenSubExpr(); in updateGNUCompoundLiteralRValue()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprComplex.cpp1071 return Visit(E->getChosenSubExpr()); in VisitChooseExpr()
H A DCGExprAgg.cpp1276 Visit(CE->getChosenSubExpr()); in VisitChooseExpr()
H A DCGExprConstant.cpp1035 return Visit(CE->getChosenSubExpr(), T); in VisitChooseExpr()
H A DCGExprScalar.cpp4643 return Visit(E->getChosenSubExpr()); in VisitChooseExpr()
H A DCGExpr.cpp1406 return EmitLValue(cast<ChooseExpr>(E)->getChosenSubExpr()); in EmitLValue()