Home | History | Annotate | Download | only in Sema

Lines Matching refs:LParenLoc

1132                            SourceLocation WhileLoc, SourceLocation LParenLoc,
1134 return getSema().ActOnDoStmt(DoLoc, Body, WhileLoc, LParenLoc,
1142 StmtResult RebuildForStmt(SourceLocation ForLoc, SourceLocation LParenLoc,
1146 return getSema().ActOnForStmt(ForLoc, LParenLoc, Init, Cond,
1292 SourceLocation LParenLoc,
1295 StartLoc, LParenLoc, EndLoc);
1304 SourceLocation LParenLoc,
1306 return getSema().ActOnOpenMPPrivateClause(VarList, StartLoc, LParenLoc,
1581 ExprResult RebuildCallExpr(Expr *Callee, SourceLocation LParenLoc,
1585 return getSema().ActOnCallExpr(/*Scope=*/0, Callee, LParenLoc,
1673 ExprResult RebuildCStyleCastExpr(SourceLocation LParenLoc,
1677 return getSema().BuildCStyleCastExpr(LParenLoc, TInfo, RParenLoc,
1685 ExprResult RebuildCompoundLiteralExpr(SourceLocation LParenLoc,
1689 return getSema().BuildCompoundLiteralExpr(LParenLoc, TInfo, RParenLoc,
1775 ExprResult RebuildParenListExpr(SourceLocation LParenLoc,
1778 return getSema().ActOnParenListExpr(LParenLoc, RParenLoc, SubExprs);
1795 ExprResult RebuildStmtExpr(SourceLocation LParenLoc,
1798 return getSema().ActOnStmtExpr(LParenLoc, SubStmt, RParenLoc);
1852 SourceLocation LParenLoc,
1858 RAngleLoc, LParenLoc,
1863 RAngleLoc, LParenLoc,
1868 RAngleLoc, LParenLoc,
1874 RAngleLoc, LParenLoc,
1890 SourceLocation LParenLoc,
1896 SourceRange(LParenLoc, RParenLoc));
1907 SourceLocation LParenLoc,
1913 SourceRange(LParenLoc, RParenLoc));
1924 SourceLocation LParenLoc,
1930 SourceRange(LParenLoc, RParenLoc));
1941 SourceLocation LParenLoc,
1947 SourceRange(LParenLoc, RParenLoc));
1955 SourceLocation LParenLoc,
1958 return getSema().BuildCXXTypeConstructExpr(TInfo, LParenLoc,
2062 SourceLocation LParenLoc,
2064 return getSema().BuildCXXTypeConstructExpr(TSInfo, LParenLoc,
2231 SourceLocation LParenLoc,
2235 LParenLoc,
2245 SourceLocation LParenLoc,
2249 LParenLoc,