Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Parse/
DParseExpr.cpp1970 SourceLocation OpenLoc = ConsumeToken(); in ParsePostfixExpressionSuffix() local
1984 Diag(OpenLoc, diag::note_matching) << tok::lesslessless; in ParsePostfixExpressionSuffix()
1998 OpenLoc, in ParsePostfixExpressionSuffix()
2765 SourceLocation OpenLoc = T.getOpenLocation(); in ParseParenExpression() local
2767 PreferredType.enterParenExpr(Tok.getLocation(), OpenLoc); in ParseParenExpression()
2804 checkCompoundToken(OpenLoc, tok::l_paren, CompoundToken::StmtExprBegin); in ParseParenExpression()
2807 Result = ExprError(Diag(OpenLoc, diag::err_stmtexpr_file_scope)); in ParseParenExpression()
2827 Result = Actions.ActOnStmtExpr(getCurScope(), OpenLoc, Stmt.get(), in ParseParenExpression()
2867 return Actions.ActOnObjCBridgedCast(getCurScope(), OpenLoc, Kind, in ParseParenExpression()
2919 return ParseCompoundLiteralExpression(Ty.get(), OpenLoc, RParenLoc); in ParseParenExpression()
[all …]
DParseCXXInlineMethods.cpp927 SourceLocation OpenLoc = ConsumeToken(); in ConsumeAndStoreFunctionPrologue() local
935 Diag(OpenLoc, diag::note_matching) << tok::l_paren; in ConsumeAndStoreFunctionPrologue()
1004 SourceLocation OpenLoc = Tok.getLocation(); in ConsumeAndStoreFunctionPrologue() local
1043 Diag(OpenLoc, diag::note_matching) << kind; in ConsumeAndStoreFunctionPrologue()
DParseDeclCXX.cpp4177 SourceLocation OpenLoc = Tok.getLocation(); in ParseCXX11AttributeSpecifier() local
4178 Diag(OpenLoc, diag::warn_cxx98_compat_attribute); in ParseCXX11AttributeSpecifier()
4181 checkCompoundToken(OpenLoc, tok::l_square, CompoundToken::AttrBegin); in ParseCXX11AttributeSpecifier()
/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()