Searched refs:MakeFullExpr (Results 1 – 4 of 4) sorted by relevance
1097 FullExprArg FullCondExp(Actions.MakeFullExpr(CondExp.get(), IfLoc)); in ParseIfStatement()1312 FullExprArg FullCond(Actions.MakeFullExpr(Cond.get(), WhileLoc)); in ParseWhileStatement()1634 SecondPart = Actions.MakeFullExpr(Second.get(), ForLoc); in ParseForStatement()
2961 FullExprArg MakeFullExpr(Expr *Arg) { in MakeFullExpr() function2962 return MakeFullExpr(Arg, Arg ? Arg->getExprLoc() : SourceLocation()); in MakeFullExpr()2964 FullExprArg MakeFullExpr(Expr *Arg, SourceLocation CC) { in MakeFullExpr() function
5540 Sema::FullExprArg FullCond(getSema().MakeFullExpr(Cond.get())); in TransformIfStmt()5635 Sema::FullExprArg FullCond(getSema().MakeFullExpr(Cond.get())); in TransformWhileStmt()5714 Sema::FullExprArg FullCond(getSema().MakeFullExpr(Cond.get())); in TransformForStmt()
9404 S.MakeFullExpr(Comparison), in buildSingleCopyAssignRecursively()