Searched refs:CreateRecoveryExpr (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 632 BinOp = Actions.CreateRecoveryExpr(LHS.get()->getBeginLoc(), in ParseRHSOfBinaryExpression() 648 CondOp = Actions.CreateRecoveryExpr(LHS.get()->getBeginLoc(), in ParseRHSOfBinaryExpression() 1349 Res = Actions.CreateRecoveryExpr(SavedTok.getLocation(), in ParseCastExpression() 1365 Res = Actions.CreateRecoveryExpr(Tok.getLocation(), Arg->getEndLoc(), in ParseCastExpression() 1387 Res = Actions.CreateRecoveryExpr(SavedLoc, Arg->getEndLoc(), Arg); in ParseCastExpression() 2106 Actions.CreateRecoveryExpr(Fn->getBeginLoc(), RParLoc, ArgExprs); in ParsePostfixExpressionSuffix() 2235 LHS = Actions.CreateRecoveryExpr(OrigLHS->getBeginLoc(), in ParsePostfixExpressionSuffix() 2247 LHS = Actions.CreateRecoveryExpr(Arg->getBeginLoc(), in ParsePostfixExpressionSuffix()
|
| H A D | ParseStmt.cpp | 1282 ExprResult CondExpr = Actions.CreateRecoveryExpr( in ParseParenExprOrCondition() 1860 Cond = Actions.CreateRecoveryExpr( in ParseDoStatement()
|
| /llvm-project-15.0.7/clang/lib/Sema/ |
| H A D | SemaStmt.cpp | 4013 auto Recovery = CreateRecoveryExpr( in BuildReturnStmt() 4052 ? CreateRecoveryExpr(ILE->getLBraceLoc(), in BuildReturnStmt() 4155 Res = CreateRecoveryExpr(RetValExp->getBeginLoc(), in BuildReturnStmt()
|
| H A D | SemaExprCXX.cpp | 1439 Result = CreateRecoveryExpr(TInfo->getTypeLoc().getBeginLoc(), in ActOnCXXTypeConstructExpr() 7613 return CreateRecoveryExpr(Base->getBeginLoc(), Base->getEndLoc(), {Base}); in ActOnStartCXXMemberReference() 8735 return this->SemaRef.CreateRecoveryExpr(E->getBeginLoc(), in CorrectDelayedTyposInExpr()
|
| H A D | SemaDeclCXX.cpp | 4447 Init = CreateRecoveryExpr(InitRange.getBegin(), InitRange.getEnd(), Args, in BuildMemberInitializer() 4510 CreateRecoveryExpr(InitRange.getBegin(), InitRange.getEnd(), Args, in BuildDelegatingInitializer() 4649 BaseInit = CreateRecoveryExpr(InitRange.getBegin(), InitRange.getEnd(), in BuildBaseInitializer()
|
| H A D | SemaExpr.cpp | 3272 return CreateRecoveryExpr(NameInfo.getBeginLoc(), NameInfo.getEndLoc(), {}); in BuildDeclarationNameExpr() 20044 Cond = CreateRecoveryExpr(SubExpr->getBeginLoc(), SubExpr->getEndLoc(), in ActOnCondition() 20801 ExprResult Sema::CreateRecoveryExpr(SourceLocation Begin, SourceLocation End, in CreateRecoveryExpr() function in Sema
|
| H A D | SemaOverload.cpp | 13320 return SemaRef.CreateRecoveryExpr(Fn->getBeginLoc(), RParenLoc, SubExprs, in FinishOverloadedCallExpr() 14453 return CreateRecoveryExpr(MemExprE->getBeginLoc(), RParenLoc, SubExprs, in BuildCallToMemberFunction()
|
| H A D | SemaDecl.cpp | 12834 CreateRecoveryExpr(Init->getBeginLoc(), Init->getEndLoc(), Args); in AddInitializerToDecl() 13420 CreateRecoveryExpr(Var->getLocation(), Var->getLocation(), {}); in ActOnUninitializedDecl()
|
| H A D | TreeTransform.h | 3800 return getSema().CreateRecoveryExpr(BeginLoc, EndLoc, SubExprs, Type); in RebuildRecoveryExpr()
|
| /llvm-project-15.0.7/clang/include/clang/Sema/ |
| H A D | Sema.h | 4489 ExprResult CreateRecoveryExpr(SourceLocation Begin, SourceLocation End,
|