Home | History | Annotate | Download | only in Sema

Lines Matching refs:LParenLoc

1104                            SourceLocation WhileLoc, SourceLocation LParenLoc,
1106 return getSema().ActOnDoStmt(DoLoc, Body, WhileLoc, LParenLoc,
1114 StmtResult RebuildForStmt(SourceLocation ForLoc, SourceLocation LParenLoc,
1118 return getSema().ActOnForStmt(ForLoc, LParenLoc, Init, Cond,
1278 SourceLocation LParenLoc,
1283 return getSema().ActOnObjCForCollectionStmt(ForLoc, LParenLoc,
1497 ExprResult RebuildCallExpr(Expr *Callee, SourceLocation LParenLoc,
1501 return getSema().ActOnCallExpr(/*Scope=*/0, Callee, LParenLoc,
1589 ExprResult RebuildCStyleCastExpr(SourceLocation LParenLoc,
1593 return getSema().BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc,
1601 ExprResult RebuildCompoundLiteralExpr(SourceLocation LParenLoc,
1605 return getSema().BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc,
1692 ExprResult RebuildParenListExpr(SourceLocation LParenLoc,
1695 return getSema().ActOnParenListExpr(LParenLoc, RParenLoc, move(SubExprs));
1712 ExprResult RebuildStmtExpr(SourceLocation LParenLoc,
1715 return getSema().ActOnStmtExpr(LParenLoc, SubStmt, RParenLoc);
1771 SourceLocation LParenLoc,
1777 RAngleLoc, LParenLoc,
1782 RAngleLoc, LParenLoc,
1787 RAngleLoc, LParenLoc,
1793 RAngleLoc, LParenLoc,
1809 SourceLocation LParenLoc,
1815 SourceRange(LParenLoc, RParenLoc));
1826 SourceLocation LParenLoc,
1832 SourceRange(LParenLoc, RParenLoc));
1843 SourceLocation LParenLoc,
1849 SourceRange(LParenLoc, RParenLoc));
1860 SourceLocation LParenLoc,
1866 SourceRange(LParenLoc, RParenLoc));
1874 SourceLocation LParenLoc,
1877 return getSema().BuildCXXTypeConstructExpr(TInfo, LParenLoc,
1970 SourceLocation LParenLoc,
1972 return getSema().BuildCXXTypeConstructExpr(TSInfo, LParenLoc,
2136 SourceLocation LParenLoc,
2140 LParenLoc,
2150 SourceLocation LParenLoc,
2154 LParenLoc,