Searched refs:MakeFullExpr (Results 1 – 4 of 4) sorted by relevance
1108 FullExprArg FullCondExp(Actions.MakeFullExpr(CondExp.get(), IfLoc)); in ParseIfStatement()1323 FullExprArg FullCond(Actions.MakeFullExpr(Cond.get(), WhileLoc)); in ParseWhileStatement()1642 SecondPart = Actions.MakeFullExpr(Second.get(), ForLoc); in ParseForStatement()
3197 FullExprArg MakeFullExpr(Expr *Arg) { in MakeFullExpr() function3198 return MakeFullExpr(Arg, Arg ? Arg->getExprLoc() : SourceLocation()); in MakeFullExpr()3200 FullExprArg MakeFullExpr(Expr *Arg, SourceLocation CC) { in MakeFullExpr() function
5977 Sema::FullExprArg FullCond(getSema().MakeFullExpr(Cond.get())); in TransformIfStmt()6072 Sema::FullExprArg FullCond(getSema().MakeFullExpr(Cond.get())); in TransformWhileStmt()6151 Sema::FullExprArg FullCond(getSema().MakeFullExpr(Cond.get())); in TransformForStmt()
9937 S.MakeFullExpr(Comparison), in buildSingleCopyAssignRecursively()