| /freebsd-14.2/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 253 Actions.CorrectDelayedTyposInExpr(Res); in ParseConstraintExpression() 323 Actions.CorrectDelayedTyposInExpr(E); in ParseConstraintLogicalAndExpression() 335 Actions.CorrectDelayedTyposInExpr(LHS); in ParseConstraintLogicalAndExpression() 341 Actions.CorrectDelayedTyposInExpr(RHS); in ParseConstraintLogicalAndExpression() 342 Actions.CorrectDelayedTyposInExpr(LHS); in ParseConstraintLogicalAndExpression() 370 Actions.CorrectDelayedTyposInExpr(LHS); in ParseConstraintLogicalOrExpression() 376 Actions.CorrectDelayedTyposInExpr(RHS); in ParseConstraintLogicalOrExpression() 377 Actions.CorrectDelayedTyposInExpr(LHS); in ParseConstraintLogicalOrExpression() 503 Actions.CorrectDelayedTyposInExpr(LHS); in ParseRHSOfBinaryExpression() 563 Actions.CorrectDelayedTyposInExpr(LHS); in ParseRHSOfBinaryExpression() [all …]
|
| H A D | ParseOpenACC.cpp | 524 return P.getActions().CorrectDelayedTyposInExpr(P.ParseExpression()); in ParseOpenACCConditionalExpr() 563 return getActions().CorrectDelayedTyposInExpr(ParseAssignmentExpression()); in ParseOpenACCIntExpr() 727 getActions().CorrectDelayedTyposInExpr(ParseConstantExpression()); in ParseOpenACCClauseParams() 810 getActions().CorrectDelayedTyposInExpr(ParseAssignmentExpression()); in ParseOpenACCWaitArgument() 848 getActions().CorrectDelayedTyposInExpr(ParseAssignmentExpression()); in ParseOpenACCWaitArgument() 884 return getActions().CorrectDelayedTyposInExpr(Res); in ParseOpenACCIDExpression() 900 return getActions().CorrectDelayedTyposInExpr(ParseStringLiteralExpression( in ParseOpenACCBindClauseArgument() 916 getActions().CorrectDelayedTyposInExpr(ParseAssignmentExpression()); in ParseOpenACCVar()
|
| H A D | ParseInit.cpp | 507 SubElt = Actions.CorrectDelayedTyposInExpr(SubElt.get()); in ParseBraceInitializer()
|
| H A D | ParseObjc.cpp | 2980 ExprResult Receiver = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseObjCXXMessageReceiver() 3172 ExprResult Res = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseObjCMessageExpression() 3332 Res = Actions.CorrectDelayedTyposInExpr(Res); in ParseObjCMessageExpressionBody() 3494 Res = Actions.CorrectDelayedTyposInExpr(Res.get()); in ParseObjCArrayLiteral() 3555 KeyExpr = Actions.CorrectDelayedTyposInExpr(KeyExpr.get()); in ParseObjCDictionaryLiteral() 3556 ValueExpr = Actions.CorrectDelayedTyposInExpr(ValueExpr.get()); in ParseObjCDictionaryLiteral()
|
| H A D | ParseStmt.cpp | 648 FilterExpr = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseSEHExceptBlock() 1928 Cond = Actions.CorrectDelayedTyposInExpr(Cond, /*InitDecl=*/nullptr, in ParseDoStatement() 2128 Value = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseForStatement() 2287 Actions.CorrectDelayedTyposInExpr(ForRangeInfo.RangeExpr.get()); in ParseForStatement()
|
| H A D | ParseOpenMP.cpp | 3601 ExprResult PTExpr = Actions.CorrectDelayedTyposInExpr( in ParseOMPInteropInfo() 3687 Actions.CorrectDelayedTyposInExpr(ParseAssignmentExpression()); in ParseOpenMPInteropClause() 4323 ExprResult Begin = Actions.CorrectDelayedTyposInExpr( in ParseOpenMPIteratorsExpr() 4335 ExprResult End = Actions.CorrectDelayedTyposInExpr( in ParseOpenMPIteratorsExpr() 4349 Step = Actions.CorrectDelayedTyposInExpr( in ParseOpenMPIteratorsExpr() 4713 Tail = Actions.CorrectDelayedTyposInExpr(Tail); in ParseOpenMPVarList() 4769 Actions.CorrectDelayedTyposInExpr(ParseAssignmentExpression()); in ParseOpenMPVarList()
|
| H A D | ParseExprCXX.cpp | 1041 Init = Actions.CorrectDelayedTyposInExpr(Init.get()); in ParseLambdaIntroducer() 1134 Init = Actions.CorrectDelayedTyposInExpr(Init.get()); in ParseLambdaIntroducer() 3559 Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseRequiresExpression() 3661 Actions.CorrectDelayedTyposInExpr(ParseConstraintExpression()); in ParseRequiresExpression() 3728 Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseRequiresExpression()
|
| H A D | ParseTemplate.cpp | 451 Actions.CorrectDelayedTyposInExpr(ParseConstraintExpression()); in ParseConceptDefinition() 1065 DefaultArg = Actions.CorrectDelayedTyposInExpr(ParseInitializer()); in ParseNonTypeTemplateParameter()
|
| H A D | ParseDecl.cpp | 417 Expr = Actions.CorrectDelayedTyposInExpr(Expr); in ParseAttributeArgumentList() 452 ExprResult Expr = Actions.CorrectDelayedTyposInExpr(E); in ParseAttributeArgumentList() 533 Actions.CorrectDelayedTyposInExpr(ParseAssignmentExpression())); in ParseAttributeArgsCommon() 6811 ExprResult TrailingRequiresClause = Actions.CorrectDelayedTyposInExpr( in ParseDirectDeclarator() 7483 Actions.CorrectDelayedTyposInExpr( in ParseParameterDeclarationClause() 7586 DefArgResult = Actions.CorrectDelayedTyposInExpr(DefArgResult); in ParseParameterDeclarationClause() 7732 Actions.CorrectDelayedTyposInExpr(ParseAssignmentExpression()); in ParseBracketDeclarator() 7882 ExprResult Operand = Actions.CorrectDelayedTyposInExpr( in ParseTypeofSpecifier()
|
| H A D | ParseStmtAsm.cpp | 927 ExprResult Res = Actions.CorrectDelayedTyposInExpr(ParseExpression()); in ParseAsmOperandsOpt()
|
| H A D | ParseCXXInlineMethods.cpp | 398 DefArgResult = Actions.CorrectDelayedTyposInExpr(DefArgResult, Param); in ParseLexedMethodDeclaration()
|
| H A D | ParseDeclCXX.cpp | 1115 Result = Actions.CorrectDelayedTyposInExpr( in ParseDecltypeSpecifier()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateVariadic.cpp | 668 CorrectDelayedTyposInExpr(Pattern); in CheckPackExpansion() 1207 CorrectDelayedTyposInExpr(LHS); in ActOnCXXFoldExpr() 1208 CorrectDelayedTyposInExpr(RHS); in ActOnCXXFoldExpr()
|
| H A D | SemaCoroutine.cpp | 883 CorrectDelayedTyposInExpr(E); in ActOnCoawaitExpr() 1007 CorrectDelayedTyposInExpr(E); in ActOnCoyieldExpr() 1062 CorrectDelayedTyposInExpr(E); in ActOnCoreturnStmt()
|
| H A D | SemaStmt.cpp | 502 ExprResult Converted = CorrectDelayedTyposInExpr( in ActOnCaseExpr() 2221 ExprResult result = CorrectDelayedTyposInExpr(collection); in CheckObjCForCollectionOperand() 2381 ExprResult Res = SemaRef.CorrectDelayedTyposInExpr(Init); in FinishForRangeVarDecl() 3911 ExprResult RetVal = CorrectDelayedTyposInExpr( in ActOnReturnStmt()
|
| H A D | SemaExpr.cpp | 7577 ExprResult Result = CorrectDelayedTyposInExpr(TheCall); in BuildResolvedCallExpr() 8524 ExprResult Res = CorrectDelayedTyposInExpr(CastExpr); in ActOnCastExpr() 9706 ExprResult CondResult = CorrectDelayedTyposInExpr(CondExpr); in ActOnConditionalOp() 9707 ExprResult LHSResult = CorrectDelayedTyposInExpr(LHSExpr); in ActOnConditionalOp() 9708 ExprResult RHSResult = CorrectDelayedTyposInExpr(RHSExpr); in ActOnConditionalOp() 15550 LHS = S.CorrectDelayedTyposInExpr(LHS); in CorrectDelayedTyposInBinOp() 15551 RHS = S.CorrectDelayedTyposInExpr( in CorrectDelayedTyposInBinOp() 20396 Res = CorrectDelayedTyposInExpr(Res); in ActOnConstantExpression() 21715 ExprResult Result = CorrectDelayedTyposInExpr(E); in CheckPlaceholderExpr()
|
| H A D | SemaExprCXX.cpp | 1482 Result = CorrectDelayedTyposInExpr(Result.get()); in ActOnCXXTypeConstructExpr() 8803 Sema::CorrectDelayedTyposInExpr(Expr *E, VarDecl *InitDecl, in CorrectDelayedTyposInExpr() function in Sema 8865 FullExpr = CorrectDelayedTyposInExpr(FullExpr.get(), /*InitDecl=*/nullptr, in ActOnFinishFullExpr()
|
| H A D | SemaDeclCXX.cpp | 4199 ConstraintExpr = CorrectDelayedTyposInExpr(ConstraintExpr); in ActOnRequiresClause() 4251 ExprResult Init = CorrectDelayedTyposInExpr(InitExpr, /*InitDecl=*/nullptr, in ActOnFinishCXXInClassMemberInitializer() 4440 ExprResult Res = CorrectDelayedTyposInExpr(Init, /*InitDecl=*/nullptr, in BuildMemInitializer()
|
| H A D | SemaDecl.cpp | 13453 CorrectDelayedTyposInExpr(Init, dyn_cast_or_null<VarDecl>(RealDecl)); in AddInitializerToDecl() 13486 ExprResult Res = CorrectDelayedTyposInExpr(Init, VDecl); in AddInitializerToDecl() 13639 ExprResult Res = CorrectDelayedTyposInExpr( in AddInitializerToDecl()
|
| H A D | SemaChecking.cpp | 2509 CorrectDelayedTyposInExpr(TheCallResult.get()); in CheckBuiltinFunctionCall()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 4654 ExprResult CorrectDelayedTyposInExpr( 4660 ExprResult CorrectDelayedTyposInExpr( 4667 : CorrectDelayedTyposInExpr(ER.get(), InitDecl,
|