• Home
  • Raw
  • Download

Lines Matching refs:take

303       LHSVal = VerifyIntegerConstantExpression(LHSVal).take();  in ActOnCaseStmt()
311 RHSVal = VerifyIntegerConstantExpression(RHSVal).take(); in ActOnCaseStmt()
534 Cond = CondResult.take(); in ActOnStartOfSwitchStmt()
539 Cond = CondResult.take(); in ActOnStartOfSwitchStmt()
546 Cond = CondResult.take(); in ActOnStartOfSwitchStmt()
666 Lo = ConvLo.take(); in ActOnFinishSwitchStmt()
674 Lo = DefaultLvalueConversion(Lo).take(); in ActOnFinishSwitchStmt()
675 Lo = ImpCastExprToType(Lo, CondType, CK_IntegralCast).take(); in ActOnFinishSwitchStmt()
765 Hi = ConvHi.take(); in ActOnFinishSwitchStmt()
771 Hi = DefaultLvalueConversion(Hi).take(); in ActOnFinishSwitchStmt()
772 Hi = ImpCastExprToType(Hi, CondType, CK_IntegralCast).take(); in ActOnFinishSwitchStmt()
1005 Expr *ConditionExpr = CondResult.take(); in ActOnWhileStmt()
1027 Cond = CondResult.take(); in ActOnDoStmt()
1033 Cond = CondResult.take(); in ActOnDoStmt()
1081 SecondResult.take(), ConditionVar, in ActOnForStmt()
1095 E = result.take(); in ActOnForEachLValueExpr()
1102 return Owned(static_cast<Stmt*>(result.take())); in ActOnForEachLValueExpr()
1116 collection = result.take(); in ActOnObjCForCollectionOperand()
1616 NotEqExpr.take(), IncrExpr.take(), in BuildCXXForRangeStmt()
1658 E = ExprRes.take(); in ActOnIndirectGotoStmt()
1849 RetValExp = Result.take(); in ActOnCapScopeReturnStmt()
1935 RetValExp = Res.take(); in ActOnCapScopeReturnStmt()
2013 Result = IgnoredValueConversions(Result.take()); in ActOnReturnStmt()
2016 RetValExp = Result.take(); in ActOnReturnStmt()
2018 Context.VoidTy, CK_ToVoid).take(); in ActOnReturnStmt()
2256 Exprs[i] = Result.take(); in ActOnAsmStmt()
2377 InputExpr = ImpCastExprToType(InputExpr, OutTy, castKind).take(); in ActOnAsmStmt()
2431 Throw = Result.take(); in BuildObjCAtThrowStmt()
2470 operand = result.take(); in ActOnObjCAtSynchronizedOperand()