Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DEvaluatedExprVisitor.h62 return this->Visit(E->getChosenSubExpr()); in VisitChooseExpr()
H A DIgnoreExpr.h166 return CE->getChosenSubExpr(); in IgnoreParensSingleStep()
H A DExpr.h4618 Expr *getChosenSubExpr() const { in getChosenSubExpr() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprClassification.cpp347 return ClassifyInternal(Ctx, cast<ChooseExpr>(E)->getChosenSubExpr()); in ClassifyInternal()
H A DExpr.cpp2627 return cast<ChooseExpr>(this)->getChosenSubExpr()-> in isUnusedResultAWarning()
3447 return cast<ChooseExpr>(this)->getChosenSubExpr() in isConstantInitializer()
3739 return cast<ChooseExpr>(this)->getChosenSubExpr()->HasSideEffects( in HasSideEffects()
3997 return CE->getChosenSubExpr()->isNullPointerConstant(Ctx, NPC); in isNullPointerConstant()
H A DExprConstant.cpp7770 { return StmtVisitorTy::Visit(E->getChosenSubExpr()); } in VisitChooseExpr()
16762 return CheckICE(cast<ChooseExpr>(E)->getChosenSubExpr(), Ctx); in CheckICE()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1327 return canThrow(CE->getChosenSubExpr()); in canThrow()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp1433 return Visit(E->getChosenSubExpr()); in VisitChooseExpr()
H A DCGExprAgg.cpp1325 Visit(CE->getChosenSubExpr()); in VisitChooseExpr()
H A DCGExprConstant.cpp1074 return Visit(CE->getChosenSubExpr(), T); in VisitChooseExpr()
H A DCGExprScalar.cpp5367 return Visit(E->getChosenSubExpr()); in VisitChooseExpr()
H A DCGExpr.cpp1646 return EmitLValue(cast<ChooseExpr>(E)->getChosenSubExpr(), IsKnownNonNull); in EmitLValueHelper()
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.cpp2742 return this->delegate(E->getChosenSubExpr()); in VisitChooseExpr()