Searched refs:ExprArg (Results 1 – 4 of 4) sorted by relevance
1261 ExprResult ExprArg = ParseConstantExpressionInExprEvalContext(MaybeTypeCast); in ParseTemplateArgument() local1262 if (ExprArg.isInvalid() || !ExprArg.get()) in ParseTemplateArgument()1266 ExprArg.get(), Loc); in ParseTemplateArgument()
2330 auto *ExprArg = in GenerateCapturedStmtFunction() local2334 VLASizeMap[VAT->getSizeExpr()] = ExprArg; in GenerateCapturedStmtFunction()
1142 auto *ExprArg = EmitLoadOfLValue(EmitLValueForLambdaField(FD), in StartFunction() local1145 VLASizeMap[VAT->getSizeExpr()] = ExprArg; in StartFunction()
502 llvm::Value *ExprArg = CGF.EmitLoadOfScalar(ArgLVal, I->getLocation()); in emitOutlinedFunctionPrologue() local504 VLASizes.try_emplace(Args[Cnt], VAT->getSizeExpr(), ExprArg); in emitOutlinedFunctionPrologue()