| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 272 Actions.CorrectDelayedTyposInExpr(Res); in ParseConstraintExpression() 342 Actions.CorrectDelayedTyposInExpr(E); in ParseConstraintLogicalAndExpression() 354 Actions.CorrectDelayedTyposInExpr(LHS); in ParseConstraintLogicalAndExpression() 360 Actions.CorrectDelayedTyposInExpr(RHS); in ParseConstraintLogicalAndExpression() 361 Actions.CorrectDelayedTyposInExpr(LHS); in ParseConstraintLogicalAndExpression() 389 Actions.CorrectDelayedTyposInExpr(LHS); in ParseConstraintLogicalOrExpression() 395 Actions.CorrectDelayedTyposInExpr(RHS); in ParseConstraintLogicalOrExpression() 396 Actions.CorrectDelayedTyposInExpr(LHS); in ParseConstraintLogicalOrExpression() 522 Actions.CorrectDelayedTyposInExpr(LHS); in ParseRHSOfBinaryExpression() 582 Actions.CorrectDelayedTyposInExpr(LHS); in ParseRHSOfBinaryExpression() [all …]
|
| H A D | ParseOpenACC.cpp | 616 ExprResult ER = getActions().CorrectDelayedTyposInExpr(ParseExpression()); in ParseOpenACCConditionExpr() 668 ER = getActions().CorrectDelayedTyposInExpr(ER); in ParseOpenACCIntExpr() 759 .CorrectDelayedTyposInExpr(ParseAssignmentExpression()) in ParseOpenACCSizeExpr() 982 getActions().CorrectDelayedTyposInExpr(ParseConstantExpression()); in ParseOpenACCClauseParams() 1257 return getActions().CorrectDelayedTyposInExpr(Res); in ParseOpenACCIDExpression() 1273 return getActions().CorrectDelayedTyposInExpr(ParseStringLiteralExpression( in ParseOpenACCBindClauseArgument() 1293 Res = getActions().CorrectDelayedTyposInExpr(Res.get()); in ParseOpenACCVar()
|
| H A D | ParseInit.cpp | 540 SubElt = Actions.CorrectDelayedTyposInExpr(SubElt.get()); in ParseBraceInitializer()
|
| H A D | ParseObjc.cpp | 2979 ExprResult Receiver = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseObjCXXMessageReceiver() 3170 ExprResult Res = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseObjCMessageExpression() 3330 Res = Actions.CorrectDelayedTyposInExpr(Res); in ParseObjCMessageExpressionBody() 3493 Res = Actions.CorrectDelayedTyposInExpr(Res.get()); in ParseObjCArrayLiteral() 3554 KeyExpr = Actions.CorrectDelayedTyposInExpr(KeyExpr.get()); in ParseObjCDictionaryLiteral() 3555 ValueExpr = Actions.CorrectDelayedTyposInExpr(ValueExpr.get()); in ParseObjCDictionaryLiteral()
|
| H A D | ParseStmt.cpp | 660 FilterExpr = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseSEHExceptBlock() 1943 Cond = Actions.CorrectDelayedTyposInExpr(Cond, /*InitDecl=*/nullptr, in ParseDoStatement() 2144 Value = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseForStatement() 2304 Actions.CorrectDelayedTyposInExpr(ForRangeInfo.RangeExpr.get()); in ParseForStatement()
|
| H A D | ParseOpenMP.cpp | 3507 ExprResult PTExpr = Actions.CorrectDelayedTyposInExpr( in ParseOMPInteropInfo() 3593 Actions.CorrectDelayedTyposInExpr(ParseAssignmentExpression()); in ParseOpenMPInteropClause() 4266 ExprResult Begin = Actions.CorrectDelayedTyposInExpr( in ParseOpenMPIteratorsExpr() 4278 ExprResult End = Actions.CorrectDelayedTyposInExpr( in ParseOpenMPIteratorsExpr() 4292 Step = Actions.CorrectDelayedTyposInExpr( in ParseOpenMPIteratorsExpr() 4658 Tail = Actions.CorrectDelayedTyposInExpr(Tail); in ParseOpenMPVarList() 4714 Actions.CorrectDelayedTyposInExpr(ParseAssignmentExpression()); in ParseOpenMPVarList()
|
| H A D | ParseExprCXX.cpp | 1115 Init = Actions.CorrectDelayedTyposInExpr(Init.get()); in ParseLambdaIntroducer() 1208 Init = Actions.CorrectDelayedTyposInExpr(Init.get()); in ParseLambdaIntroducer() 3673 Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseRequiresExpression() 3775 Actions.CorrectDelayedTyposInExpr(ParseConstraintExpression()); in ParseRequiresExpression() 3842 Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseRequiresExpression()
|
| H A D | ParseTemplate.cpp | 333 Actions.CorrectDelayedTyposInExpr(ParseConstraintExpression()); in ParseConceptDefinition() 954 DefaultArg = Actions.CorrectDelayedTyposInExpr(ParseInitializer()); in ParseNonTypeTemplateParameter()
|
| H A D | ParseDecl.cpp | 471 Expr = Actions.CorrectDelayedTyposInExpr(Expr); in ParseAttributeArgumentList() 511 ExprResult Expr = Actions.CorrectDelayedTyposInExpr(E); in ParseAttributeArgumentList() 601 Actions.CorrectDelayedTyposInExpr(ParseAssignmentExpression())); in ParseAttributeArgsCommon() 3397 Actions.CorrectDelayedTyposInExpr(ParseAssignmentExpression())); in ParseBoundsAttribute() 7220 ExprResult TrailingRequiresClause = Actions.CorrectDelayedTyposInExpr( in ParseDirectDeclarator() 7935 Actions.CorrectDelayedTyposInExpr( in ParseParameterDeclarationClause() 8038 DefArgResult = Actions.CorrectDelayedTyposInExpr(DefArgResult); in ParseParameterDeclarationClause() 8184 Actions.CorrectDelayedTyposInExpr(ParseAssignmentExpression()); in ParseBracketDeclarator() 8334 ExprResult Operand = Actions.CorrectDelayedTyposInExpr( in ParseTypeofSpecifier()
|
| H A D | ParseStmtAsm.cpp | 927 ExprResult Res = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseAsmOperandsOpt()
|
| H A D | ParseCXXInlineMethods.cpp | 442 DefArgResult = Actions.CorrectDelayedTyposInExpr(DefArgResult, Param); in ParseLexedMethodDeclaration()
|
| H A D | ParseDeclCXX.cpp | 1170 Result = Actions.CorrectDelayedTyposInExpr( in ParseDecltypeSpecifier() 4623 Actions.CorrectDelayedTyposInExpr(ParseConditionalExpression())); in ParseCXXAssumeAttributeArg()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateVariadic.cpp | 684 CorrectDelayedTyposInExpr(Pattern); in CheckPackExpansion() 1082 CorrectDelayedTyposInExpr(IndexExpr); in ActOnPackIndexingExpr() 1281 CorrectDelayedTyposInExpr(LHS); in ActOnCXXFoldExpr() 1282 CorrectDelayedTyposInExpr(RHS); in ActOnCXXFoldExpr()
|
| H A D | SemaCoroutine.cpp | 795 CorrectDelayedTyposInExpr(E); in ActOnCoawaitExpr() 917 CorrectDelayedTyposInExpr(E); in ActOnCoyieldExpr() 972 CorrectDelayedTyposInExpr(E); in ActOnCoreturnStmt()
|
| H A D | SemaStmtAttr.cpp | 732 ExprResult Res = CorrectDelayedTyposInExpr(Assumption); in BuildCXXAssumeExpr()
|
| H A D | SemaStmt.cpp | 507 ExprResult Converted = CorrectDelayedTyposInExpr( in ActOnCaseExpr() 2240 ExprResult Res = SemaRef.CorrectDelayedTyposInExpr(Init); in FinishForRangeVarDecl() 3740 ExprResult RetVal = CorrectDelayedTyposInExpr( in ActOnReturnStmt()
|
| H A D | SemaExpr.cpp | 6777 ExprResult Result = CorrectDelayedTyposInExpr(TheCall); in BuildResolvedCallExpr() 7678 ExprResult Res = CorrectDelayedTyposInExpr(CastExpr); in ActOnCastExpr() 8711 ExprResult CondResult = CorrectDelayedTyposInExpr(CondExpr); in ActOnConditionalOp() 8712 ExprResult LHSResult = CorrectDelayedTyposInExpr(LHSExpr); in ActOnConditionalOp() 8713 ExprResult RHSResult = CorrectDelayedTyposInExpr(RHSExpr); in ActOnConditionalOp() 14549 LHS = S.CorrectDelayedTyposInExpr(LHS); in CorrectDelayedTyposInBinOp() 14550 RHS = S.CorrectDelayedTyposInExpr( in CorrectDelayedTyposInBinOp() 19391 Res = CorrectDelayedTyposInExpr(Res); in ActOnConstantExpression() 20711 ExprResult Result = CorrectDelayedTyposInExpr(E); in CheckPlaceholderExpr()
|
| H A D | SemaObjC.cpp | 126 ExprResult result = SemaRef.CorrectDelayedTyposInExpr(collection); in CheckObjCForCollectionOperand()
|
| H A D | SemaExprCXX.cpp | 1527 Result = CorrectDelayedTyposInExpr(Result.get()); in ActOnCXXTypeConstructExpr() 9025 Sema::CorrectDelayedTyposInExpr(Expr *E, VarDecl *InitDecl, in CorrectDelayedTyposInExpr() function in Sema 9087 FullExpr = CorrectDelayedTyposInExpr(FullExpr.get(), /*InitDecl=*/nullptr, in ActOnFinishFullExpr()
|
| H A D | SemaDecl.cpp | 13250 CorrectDelayedTyposInExpr(Init, dyn_cast_or_null<VarDecl>(RealDecl)); in AddInitializerToDecl() 13273 ExprResult Res = CorrectDelayedTyposInExpr(Init, VDecl); in AddInitializerToDecl() 13297 ExprResult Res = CorrectDelayedTyposInExpr(Init, VDecl); in AddInitializerToDecl() 13451 ExprResult Res = CorrectDelayedTyposInExpr( in AddInitializerToDecl()
|
| H A D | SemaDeclCXX.cpp | 4055 ConstraintExpr = CorrectDelayedTyposInExpr(ConstraintExpr); in ActOnRequiresClause() 4104 ExprResult Init = CorrectDelayedTyposInExpr(InitExpr, /*InitDecl=*/nullptr, in ActOnFinishCXXInClassMemberInitializer() 4290 ExprResult Res = CorrectDelayedTyposInExpr(Init, /*InitDecl=*/nullptr, in BuildMemInitializer()
|
| H A D | SemaChecking.cpp | 2437 CorrectDelayedTyposInExpr(TheCallResult.get()); in CheckBuiltinFunctionCall()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 8451 ExprResult CorrectDelayedTyposInExpr( 8457 ExprResult CorrectDelayedTyposInExpr( 8464 : CorrectDelayedTyposInExpr(ER.get(), InitDecl,
|