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()
2785 auto *ExprArg = in GenerateCapturedStmtFunction() local2789 VLASizeMap[VAT->getSizeExpr()] = ExprArg; in GenerateCapturedStmtFunction()
1135 auto *ExprArg = EmitLoadOfLValue(EmitLValueForLambdaField(FD), in StartFunction() local1138 VLASizeMap[VAT->getSizeExpr()] = ExprArg; in StartFunction()
560 llvm::Value *ExprArg = CGF.EmitLoadOfScalar(ArgLVal, I->getLocation()); in emitOutlinedFunctionPrologue() local562 VLASizes.try_emplace(Args[Cnt], VAT->getSizeExpr(), ExprArg); in emitOutlinedFunctionPrologue()