Searched refs:OpenLoc (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 1609 SourceLocation OpenLoc = ConsumeToken(); in ParsePostfixExpressionSuffix() local 1623 Diag(OpenLoc, diag::note_matching) << tok::lesslessless; in ParsePostfixExpressionSuffix() 1637 OpenLoc, in ParsePostfixExpressionSuffix() 2328 SourceLocation OpenLoc = T.getOpenLocation(); in ParseParenExpression() local 2366 Result = ExprError(Diag(OpenLoc, diag::err_stmtexpr_file_scope)); in ParseParenExpression() 2423 return Actions.ActOnObjCBridgedCast(getCurScope(), OpenLoc, Kind, in ParseParenExpression() 2505 Result = Actions.ActOnCastExpr(getCurScope(), OpenLoc, in ParseParenExpression() 2544 << SourceRange(OpenLoc, RParenLoc); in ParseParenExpression() 2554 Result = Actions.ActOnCastExpr(getCurScope(), OpenLoc, in ParseParenExpression() 2585 Result = Actions.ActOnParenListExpr(OpenLoc, Tok.getLocation(), in ParseParenExpression() [all …]
|
| H A D | ParseCXXInlineMethods.cpp | 790 SourceLocation OpenLoc = ConsumeToken(); in ConsumeAndStoreFunctionPrologue() local 798 Diag(OpenLoc, diag::note_matching) << tok::l_paren; in ConsumeAndStoreFunctionPrologue() 867 SourceLocation OpenLoc = Tok.getLocation(); in ConsumeAndStoreFunctionPrologue() local 906 Diag(OpenLoc, diag::note_matching) << kind; in ConsumeAndStoreFunctionPrologue()
|