Searched refs:CorrectDelayedTyposInExpr (Results 1 – 20 of 20) sorted by relevance
241 Actions.CorrectDelayedTyposInExpr(Res); in ParseConstraintExpression()311 Actions.CorrectDelayedTyposInExpr(E); in ParseConstraintLogicalAndExpression()323 Actions.CorrectDelayedTyposInExpr(LHS); in ParseConstraintLogicalAndExpression()329 Actions.CorrectDelayedTyposInExpr(RHS); in ParseConstraintLogicalAndExpression()330 Actions.CorrectDelayedTyposInExpr(LHS); in ParseConstraintLogicalAndExpression()358 Actions.CorrectDelayedTyposInExpr(LHS); in ParseConstraintLogicalOrExpression()364 Actions.CorrectDelayedTyposInExpr(RHS); in ParseConstraintLogicalOrExpression()365 Actions.CorrectDelayedTyposInExpr(LHS); in ParseConstraintLogicalOrExpression()491 Actions.CorrectDelayedTyposInExpr(LHS); in ParseRHSOfBinaryExpression()551 Actions.CorrectDelayedTyposInExpr(LHS); in ParseRHSOfBinaryExpression()[all …]
492 SubElt = Actions.CorrectDelayedTyposInExpr(SubElt.get()); in ParseBraceInitializer()
2913 ExprResult Receiver = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseObjCXXMessageReceiver()3104 ExprResult Res = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseObjCMessageExpression()3264 Res = Actions.CorrectDelayedTyposInExpr(Res); in ParseObjCMessageExpressionBody()3426 Res = Actions.CorrectDelayedTyposInExpr(Res.get()); in ParseObjCArrayLiteral()3487 KeyExpr = Actions.CorrectDelayedTyposInExpr(KeyExpr.get()); in ParseObjCDictionaryLiteral()3488 ValueExpr = Actions.CorrectDelayedTyposInExpr(ValueExpr.get()); in ParseObjCDictionaryLiteral()
557 FilterExpr = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseSEHExceptBlock()1724 Cond = Actions.CorrectDelayedTyposInExpr(Cond); in ParseDoStatement()1908 Value = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseForStatement()2050 Actions.CorrectDelayedTyposInExpr(ForRangeInfo.RangeExpr.get()); in ParseForStatement()
3122 ExprResult PTExpr = Actions.CorrectDelayedTyposInExpr( in ParseOpenMPInteropClause()3181 Actions.CorrectDelayedTyposInExpr(ParseAssignmentExpression()); in ParseOpenMPInteropClause()3666 ExprResult Begin = Actions.CorrectDelayedTyposInExpr( in ParseOpenMPIteratorsExpr()3678 ExprResult End = Actions.CorrectDelayedTyposInExpr( in ParseOpenMPIteratorsExpr()3692 Step = Actions.CorrectDelayedTyposInExpr( in ParseOpenMPIteratorsExpr()3935 Tail = Actions.CorrectDelayedTyposInExpr(Tail); in ParseOpenMPVarList()3969 Actions.CorrectDelayedTyposInExpr(ParseAssignmentExpression()); in ParseOpenMPVarList()
1039 Init = Actions.CorrectDelayedTyposInExpr(Init.get()); in ParseLambdaIntroducer()1132 Init = Actions.CorrectDelayedTyposInExpr(Init.get()); in ParseLambdaIntroducer()3432 Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseRequiresExpression()3532 Actions.CorrectDelayedTyposInExpr(ParseConstraintExpression()); in ParseRequiresExpression()3599 Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseRequiresExpression()
415 Actions.CorrectDelayedTyposInExpr(ParseConstraintExpression()); in ParseConceptDefinition()996 DefaultArg = Actions.CorrectDelayedTyposInExpr(ParseAssignmentExpression()); in ParseNonTypeTemplateParameter()
927 ExprResult Res = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseAsmOperandsOpt()
422 Actions.CorrectDelayedTyposInExpr(ParseAssignmentExpression())); in ParseAttributeArgsCommon()6254 ExprResult TrailingRequiresClause = Actions.CorrectDelayedTyposInExpr( in ParseDirectDeclarator()6876 Actions.CorrectDelayedTyposInExpr( in ParseParameterDeclarationClause()6973 DefArgResult = Actions.CorrectDelayedTyposInExpr(DefArgResult); in ParseParameterDeclarationClause()7118 Actions.CorrectDelayedTyposInExpr(ParseAssignmentExpression()); in ParseBracketDeclarator()7254 ExprResult Operand = Actions.CorrectDelayedTyposInExpr( in ParseTypeofSpecifier()
382 DefArgResult = Actions.CorrectDelayedTyposInExpr(DefArgResult); in ParseLexedMethodDeclaration()
1041 Result = Actions.CorrectDelayedTyposInExpr( in ParseDecltypeSpecifier()
660 CorrectDelayedTyposInExpr(Pattern); in CheckPackExpansion()1196 CorrectDelayedTyposInExpr(LHS); in ActOnCXXFoldExpr()1197 CorrectDelayedTyposInExpr(RHS); in ActOnCXXFoldExpr()
804 CorrectDelayedTyposInExpr(E); in ActOnCoawaitExpr()903 CorrectDelayedTyposInExpr(E); in ActOnCoyieldExpr()958 CorrectDelayedTyposInExpr(E); in ActOnCoreturnStmt()
484 ExprResult Converted = CorrectDelayedTyposInExpr( in ActOnCaseExpr()2174 ExprResult result = CorrectDelayedTyposInExpr(collection); in CheckObjCForCollectionOperand()2331 ExprResult Res = SemaRef.CorrectDelayedTyposInExpr(Init); in FinishForRangeVarDecl()3848 ExprResult RetVal = CorrectDelayedTyposInExpr( in ActOnReturnStmt()
6753 ExprResult Result = CorrectDelayedTyposInExpr(TheCall); in BuildResolvedCallExpr()7616 ExprResult Res = CorrectDelayedTyposInExpr(CastExpr); in ActOnCastExpr()8783 ExprResult CondResult = CorrectDelayedTyposInExpr(CondExpr); in ActOnConditionalOp()8784 ExprResult LHSResult = CorrectDelayedTyposInExpr(LHSExpr); in ActOnConditionalOp()8785 ExprResult RHSResult = CorrectDelayedTyposInExpr(RHSExpr); in ActOnConditionalOp()14033 LHS = S.CorrectDelayedTyposInExpr(LHS); in CorrectDelayedTyposInBinOp()14034 RHS = S.CorrectDelayedTyposInExpr( in CorrectDelayedTyposInBinOp()18470 Res = CorrectDelayedTyposInExpr(Res); in ActOnConstantExpression()19671 ExprResult Result = CorrectDelayedTyposInExpr(E); in CheckPlaceholderExpr()
1435 Result = CorrectDelayedTyposInExpr(Result.get()); in ActOnCXXTypeConstructExpr()8462 Sema::CorrectDelayedTyposInExpr(Expr *E, VarDecl *InitDecl, in CorrectDelayedTyposInExpr() function in Sema8524 FullExpr = CorrectDelayedTyposInExpr(FullExpr.get(), /*InitDecl=*/nullptr, in ActOnFinishFullExpr()
12150 CorrectDelayedTyposInExpr(Init, dyn_cast_or_null<VarDecl>(RealDecl)); in AddInitializerToDecl()12175 ExprResult Res = CorrectDelayedTyposInExpr(Init, VDecl); in AddInitializerToDecl()12314 ExprResult Res = CorrectDelayedTyposInExpr( in AddInitializerToDecl()
3967 ConstraintExpr = CorrectDelayedTyposInExpr(ConstraintExpr); in ActOnRequiresClause()4165 ExprResult Res = CorrectDelayedTyposInExpr(Init); in BuildMemInitializer()
1759 CorrectDelayedTyposInExpr(TheCallResult.get()); in CheckBuiltinFunctionCall()
4227 ExprResult CorrectDelayedTyposInExpr(4233 ExprResult CorrectDelayedTyposInExpr(4240 : CorrectDelayedTyposInExpr(ER.get(), InitDecl,