Home
last modified time | relevance | path

Searched refs:CreateRecoveryExpr (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/
H A DParseExpr.cpp632 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 DSemaExprCXX.cpp1420 Result = CreateRecoveryExpr(TInfo->getTypeLoc().getBeginLoc(), in ActOnCXXTypeConstructExpr()
8402 return this->SemaRef.CreateRecoveryExpr(E->getBeginLoc(), in CorrectDelayedTyposInExpr()
H A DSemaOverload.cpp13131 return SemaRef.CreateRecoveryExpr(Fn->getBeginLoc(), RParenLoc, SubExprs, in FinishOverloadedCallExpr()
14214 return CreateRecoveryExpr(MemExprE->getBeginLoc(), RParenLoc, SubExprs, in BuildCallToMemberFunction()
H A DSemaDecl.cpp12278 CreateRecoveryExpr(Init->getBeginLoc(), Init->getEndLoc(), Args); in AddInitializerToDecl()
12864 CreateRecoveryExpr(Var->getLocation(), Var->getLocation(), {}); in ActOnUninitializedDecl()
H A DSemaExpr.cpp18940 Cond = CreateRecoveryExpr(SubExpr->getBeginLoc(), SubExpr->getEndLoc(), in ActOnCondition()
19664 ExprResult Sema::CreateRecoveryExpr(SourceLocation Begin, SourceLocation End, in CreateRecoveryExpr() function in Sema
H A DTreeTransform.h3716 return getSema().CreateRecoveryExpr(BeginLoc, EndLoc, SubExprs, Type); in RebuildRecoveryExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h4235 ExprResult CreateRecoveryExpr(SourceLocation Begin, SourceLocation End,