Searched refs:ExprArg (Results 1 – 4 of 4) sorted by relevance
1582 ExprResult ExprArg = ParseConstantExpressionInExprEvalContext(MaybeTypeCast); in ParseTemplateArgument() local1583 if (ExprArg.isInvalid() || !ExprArg.get()) { in ParseTemplateArgument()1588 ExprArg.get(), Loc); in ParseTemplateArgument()
2889 auto *ExprArg = in GenerateCapturedStmtFunction() local2893 VLASizeMap[VAT->getSizeExpr()] = ExprArg; in GenerateCapturedStmtFunction()
1162 auto *ExprArg = EmitLoadOfLValue(EmitLValueForLambdaField(FD), in StartFunction() local1165 VLASizeMap[VAT->getSizeExpr()] = ExprArg; in StartFunction()
567 llvm::Value *ExprArg = CGF.EmitLoadOfScalar(ArgLVal, I->getLocation()); in emitOutlinedFunctionPrologue() local569 VLASizes.try_emplace(Args[Cnt], VAT->getSizeExpr(), ExprArg); in emitOutlinedFunctionPrologue()