Searched refs:ExprArg (Results 1 – 4 of 4) sorted by relevance
1545 ExprResult ExprArg = ParseConstantExpressionInExprEvalContext(MaybeTypeCast); in ParseTemplateArgument() local1546 if (ExprArg.isInvalid() || !ExprArg.get()) { in ParseTemplateArgument()1551 ExprArg.get(), Loc); in ParseTemplateArgument()
2442 auto *ExprArg = in GenerateCapturedStmtFunction() local2446 VLASizeMap[VAT->getSizeExpr()] = ExprArg; in GenerateCapturedStmtFunction()
1080 auto *ExprArg = EmitLoadOfLValue(EmitLValueForLambdaField(FD), in StartFunction() local1083 VLASizeMap[VAT->getSizeExpr()] = ExprArg; in StartFunction()
520 llvm::Value *ExprArg = CGF.EmitLoadOfScalar(ArgLVal, I->getLocation()); in emitOutlinedFunctionPrologue() local522 VLASizes.try_emplace(Args[Cnt], VAT->getSizeExpr(), ExprArg); in emitOutlinedFunctionPrologue()