Home
last modified time | relevance | path

Searched refs:OpenLoc (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/Parse/
DParseExpr.cpp1516 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()
[all …]
DParseCXXInlineMethods.cpp811 SourceLocation OpenLoc = ConsumeToken(); in ConsumeAndStoreFunctionPrologue() local
819 Diag(OpenLoc, diag::note_matching) << tok::l_paren; in ConsumeAndStoreFunctionPrologue()
880 SourceLocation OpenLoc = Tok.getLocation(); in ConsumeAndStoreFunctionPrologue() local
899 Diag(OpenLoc, diag::note_matching) << kind; in ConsumeAndStoreFunctionPrologue()