Searched refs:ExprArg (Results 1 – 4 of 4) sorted by relevance
1550 ExprResult ExprArg = ParseConstantExpressionInExprEvalContext(MaybeTypeCast); in ParseTemplateArgument() local1551 if (ExprArg.isInvalid() || !ExprArg.get()) { in ParseTemplateArgument()1556 ExprArg.get(), Loc); in ParseTemplateArgument()
2736 auto *ExprArg = in GenerateCapturedStmtFunction() local2740 VLASizeMap[VAT->getSizeExpr()] = ExprArg; in GenerateCapturedStmtFunction()
1127 auto *ExprArg = EmitLoadOfLValue(EmitLValueForLambdaField(FD), in StartFunction() local1130 VLASizeMap[VAT->getSizeExpr()] = ExprArg; in StartFunction()
554 llvm::Value *ExprArg = CGF.EmitLoadOfScalar(ArgLVal, I->getLocation()); in emitOutlinedFunctionPrologue() local556 VLASizes.try_emplace(Args[Cnt], VAT->getSizeExpr(), ExprArg); in emitOutlinedFunctionPrologue()