Searched refs:OpenLoc (Results 1 – 3 of 3) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 1972 SourceLocation OpenLoc = ConsumeToken(); in ParsePostfixExpressionSuffix() local 1986 Diag(OpenLoc, diag::note_matching) << tok::lesslessless; in ParsePostfixExpressionSuffix() 2000 OpenLoc, in ParsePostfixExpressionSuffix() 2772 SourceLocation OpenLoc = T.getOpenLocation(); in ParseParenExpression() local 2774 PreferredType.enterParenExpr(Tok.getLocation(), OpenLoc); in ParseParenExpression() 2811 checkCompoundToken(OpenLoc, tok::l_paren, CompoundToken::StmtExprBegin); in ParseParenExpression() 2814 Result = ExprError(Diag(OpenLoc, diag::err_stmtexpr_file_scope)); in ParseParenExpression() 2834 Result = Actions.ActOnStmtExpr(getCurScope(), OpenLoc, Stmt.get(), in ParseParenExpression() 2874 return Actions.ActOnObjCBridgedCast(getCurScope(), OpenLoc, Kind, in ParseParenExpression() 2926 return ParseCompoundLiteralExpression(Ty.get(), OpenLoc, RParenLoc); in ParseParenExpression() [all …]
|
| H A D | ParseCXXInlineMethods.cpp | 927 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()
|
| H A D | ParseDeclCXX.cpp | 4190 SourceLocation OpenLoc = Tok.getLocation(); in ParseCXX11AttributeSpecifier() local 4191 Diag(OpenLoc, diag::warn_cxx98_compat_attribute); in ParseCXX11AttributeSpecifier() 4194 checkCompoundToken(OpenLoc, tok::l_square, CompoundToken::AttrBegin); in ParseCXX11AttributeSpecifier()
|