Lines Matching refs:OpenLoc
1516 SourceLocation OpenLoc = ConsumeToken(); in ParsePostfixExpressionSuffix() local
1530 Diag(OpenLoc, diag::note_matching) << tok::lesslessless; in ParsePostfixExpressionSuffix()
1544 OpenLoc, in ParsePostfixExpressionSuffix()
2192 SourceLocation OpenLoc = T.getOpenLocation(); in ParseParenExpression() local
2230 Result = ExprError(Diag(OpenLoc, diag::err_stmtexpr_file_scope)); in ParseParenExpression()
2250 Result = Actions.ActOnStmtExpr(OpenLoc, Stmt.get(), Tok.getLocation()); in ParseParenExpression()
2287 return Actions.ActOnObjCBridgedCast(getCurScope(), OpenLoc, Kind, in ParseParenExpression()
2339 return ParseCompoundLiteralExpression(Ty.get(), OpenLoc, RParenLoc); in ParseParenExpression()
2366 << SourceRange(OpenLoc, RParenLoc); in ParseParenExpression()
2376 Result = Actions.ActOnCastExpr(getCurScope(), OpenLoc, in ParseParenExpression()
2404 Result = Actions.ActOnParenListExpr(OpenLoc, Tok.getLocation(), in ParseParenExpression()
2424 Actions.ActOnParenExpr(OpenLoc, Tok.getLocation(), Result.get()); in ParseParenExpression()