Searched refs:CreateRecoveryExpr (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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() 1346 Res = Actions.CreateRecoveryExpr(SavedTok.getLocation(), in ParseCastExpression() 1362 Res = Actions.CreateRecoveryExpr(Tok.getLocation(), Arg->getEndLoc(), in ParseCastExpression() 1384 Res = Actions.CreateRecoveryExpr(SavedLoc, Arg->getEndLoc(), Arg); in ParseCastExpression() 2071 Actions.CreateRecoveryExpr(Fn->getBeginLoc(), RParLoc, ArgExprs); in ParsePostfixExpressionSuffix() 2200 LHS = Actions.CreateRecoveryExpr(OrigLHS->getBeginLoc(), in ParsePostfixExpressionSuffix() 2212 LHS = Actions.CreateRecoveryExpr(Arg->getBeginLoc(), in ParsePostfixExpressionSuffix()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 1420 Result = CreateRecoveryExpr(TInfo->getTypeLoc().getBeginLoc(), in ActOnCXXTypeConstructExpr() 8402 return this->SemaRef.CreateRecoveryExpr(E->getBeginLoc(), in CorrectDelayedTyposInExpr()
|
H A D | SemaOverload.cpp | 13131 return SemaRef.CreateRecoveryExpr(Fn->getBeginLoc(), RParenLoc, SubExprs, in FinishOverloadedCallExpr() 14214 return CreateRecoveryExpr(MemExprE->getBeginLoc(), RParenLoc, SubExprs, in BuildCallToMemberFunction()
|
H A D | SemaDecl.cpp | 12278 CreateRecoveryExpr(Init->getBeginLoc(), Init->getEndLoc(), Args); in AddInitializerToDecl() 12864 CreateRecoveryExpr(Var->getLocation(), Var->getLocation(), {}); in ActOnUninitializedDecl()
|
H A D | SemaExpr.cpp | 18940 Cond = CreateRecoveryExpr(SubExpr->getBeginLoc(), SubExpr->getEndLoc(), in ActOnCondition() 19664 ExprResult Sema::CreateRecoveryExpr(SourceLocation Begin, SourceLocation End, in CreateRecoveryExpr() function in Sema
|
H A D | TreeTransform.h | 3716 return getSema().CreateRecoveryExpr(BeginLoc, EndLoc, SubExprs, Type); in RebuildRecoveryExpr()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/ |
H A D | Sema.h | 4235 ExprResult CreateRecoveryExpr(SourceLocation Begin, SourceLocation End,
|