Searched refs:OpenLoc (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 2030 SourceLocation OpenLoc = ConsumeToken(); in ParsePostfixExpressionSuffix() local 2044 Diag(OpenLoc, diag::note_matching) << tok::lesslessless; in ParsePostfixExpressionSuffix() 2058 OpenLoc, in ParsePostfixExpressionSuffix() 2878 SourceLocation OpenLoc = T.getOpenLocation(); in ParseParenExpression() local 2880 PreferredType.enterParenExpr(Tok.getLocation(), OpenLoc); in ParseParenExpression() 2915 Diag(Tok, OpenLoc.isMacroID() ? diag::ext_gnu_statement_expr_macro in ParseParenExpression() 2918 checkCompoundToken(OpenLoc, tok::l_paren, CompoundToken::StmtExprBegin); in ParseParenExpression() 2921 Result = ExprError(Diag(OpenLoc, diag::err_stmtexpr_file_scope)); in ParseParenExpression() 2941 Result = Actions.ActOnStmtExpr(getCurScope(), OpenLoc, Stmt.get(), in ParseParenExpression() 2981 return Actions.ActOnObjCBridgedCast(getCurScope(), OpenLoc, Kind, in ParseParenExpression() [all …]
|
| H A D | ParseCXXInlineMethods.cpp | 947 SourceLocation OpenLoc = ConsumeToken(); in ConsumeAndStoreFunctionPrologue() local 955 Diag(OpenLoc, diag::note_matching) << tok::l_paren; in ConsumeAndStoreFunctionPrologue() 1024 SourceLocation OpenLoc = Tok.getLocation(); in ConsumeAndStoreFunctionPrologue() local 1063 Diag(OpenLoc, diag::note_matching) << kind; in ConsumeAndStoreFunctionPrologue()
|
| H A D | ParseTemplate.cpp | 1620 SourceLocation OpenLoc) { in ParseTemplateArgumentList() argument 1629 OpenLoc); in ParseTemplateArgumentList()
|
| H A D | ParseDeclCXX.cpp | 4475 SourceLocation OpenLoc = Tok.getLocation(); in ParseCXX11AttributeSpecifierInternal() local 4476 Diag(OpenLoc, diag::warn_cxx98_compat_attribute); in ParseCXX11AttributeSpecifierInternal() 4479 checkCompoundToken(OpenLoc, tok::l_square, CompoundToken::AttrBegin); in ParseCXX11AttributeSpecifierInternal()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Parse/ |
| H A D | Parser.h | 3543 TemplateTy Template, SourceLocation OpenLoc);
|