Lines Matching refs:OpenLoc

2154         SourceLocation OpenLoc = ConsumeToken();  in ParsePostfixExpressionSuffix()  local
2168 Diag(OpenLoc, diag::note_matching) << tok::lesslessless; in ParsePostfixExpressionSuffix()
2182 getCurScope(), OpenLoc, ExecConfigExprs, CloseLoc); in ParsePostfixExpressionSuffix()
3033 SourceLocation OpenLoc = T.getOpenLocation(); in ParseParenExpression() local
3035 PreferredType.enterParenExpr(Tok.getLocation(), OpenLoc); in ParseParenExpression()
3070 Diag(Tok, OpenLoc.isMacroID() ? diag::ext_gnu_statement_expr_macro in ParseParenExpression()
3073 checkCompoundToken(OpenLoc, tok::l_paren, CompoundToken::StmtExprBegin); in ParseParenExpression()
3076 Result = ExprError(Diag(OpenLoc, diag::err_stmtexpr_file_scope)); in ParseParenExpression()
3096 Result = Actions.ActOnStmtExpr(getCurScope(), OpenLoc, Stmt.get(), in ParseParenExpression()
3136 return Actions.ObjC().ActOnObjCBridgedCast(getCurScope(), OpenLoc, Kind, in ParseParenExpression()
3189 return ParseCompoundLiteralExpression(Ty.get(), OpenLoc, RParenLoc); in ParseParenExpression()
3219 Result = Actions.ActOnCastExpr(getCurScope(), OpenLoc, in ParseParenExpression()
3258 << SourceRange(OpenLoc, RParenLoc); in ParseParenExpression()
3269 Result = Actions.ActOnCastExpr(getCurScope(), OpenLoc, in ParseParenExpression()
3298 Result = Actions.ActOnParenListExpr(OpenLoc, Tok.getLocation(), in ParseParenExpression()
3330 Result.get(), OpenLoc, RParenLoc, OMPDimensions, OMPBracketsRanges); in ParseParenExpression()
3353 Actions.ActOnParenExpr(OpenLoc, Tok.getLocation(), Result.get()); in ParseParenExpression()