• Home
  • Raw
  • Download

Lines Matching refs:take

370                                   TryBlock.take(),  in ParseSEHTryBlockCommon()
371 Handler.take()); in ParseSEHTryBlockCommon()
414 return Actions.ActOnSEHExceptBlock(ExceptLoc, FilterExpr.take(), Block.take()); in ParseSEHExceptBlock()
432 return Actions.ActOnSEHFinallyBlock(FinallyBlock,Block.take()); in ParseSEHFinallyBlock()
1398 ThirdPart = Actions.MakeFullExpr(Third.take()); in ParseForStatement()
1410 FirstPart.take(), in ParseForStatement()
1445 FirstPart.take(), in ParseForStatement()
1446 Collection.take(), RParenLoc, in ParseForStatement()
1447 Body.take()); in ParseForStatement()
1450 return Actions.FinishCXXForRangeStmt(ForRangeStmt.take(), Body.take()); in ParseForStatement()
1452 return Actions.ActOnForStmt(ForLoc, LParenLoc, FirstPart.take(), SecondPart, in ParseForStatement()
1453 SecondVar, ThirdPart, RParenLoc, Body.take()); in ParseForStatement()
1484 Res = Actions.ActOnIndirectGotoStmt(GotoLoc, StarLoc, R.take()); in ParseGotoStatement()
1552 return Actions.ActOnReturnStmt(ReturnLoc, R.take()); in ParseReturnStatement()
1590 AsmString.take(), move_arg(Clobbers), in FuzzyParseMicrosoftAsmStatement()
1663 AsmString.take(), move_arg(Clobbers), in ParseAsmStatement()
1728 AsmString.take(), move_arg(Clobbers), in ParseAsmStatement()
1826 return Actions.ActOnFinishFunctionBody(Decl, FnBody.take()); in ParseFunctionStatementBody()
1861 return Actions.ActOnFinishFunctionBody(Decl, FnBody.take()); in ParseFunctionTryBlock()
1940 TryBlock.take(), in ParseCXXTryBlockCommon()
1941 Handler.take()); in ParseCXXTryBlockCommon()
1960 return Actions.ActOnCXXTryBlock(TryLoc, TryBlock.take(), move_arg(Handlers)); in ParseCXXTryBlockCommon()
2014 return Actions.ActOnCXXCatchBlock(CatchLoc, ExceptionDecl, Block.take()); in ParseCXXCatchBlock()