Searched refs:OpenLoc (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/Parse/ |
H A D | ParseExpr.cpp | 2154 SourceLocation OpenLoc = ConsumeToken(); in ParsePostfixExpressionSuffix() local 2168 Diag(OpenLoc, diag::note_matching) << tok::lesslessless; in ParsePostfixExpressionSuffix() 2182 getCurScope(), OpenLoc, ExecConfigExprs, CloseLoc); in ParsePostfixExpressionSuffix() 3033 SourceLocation OpenLoc = T.getOpenLocation(); in ParseParenExpression() local 3035 PreferredType.enterParenExpr(Tok.getLocation(), OpenLoc); in ParseParenExpression() 3070 Diag(Tok, OpenLoc.isMacroID() ? diag::ext_gnu_statement_expr_macro in ParseParenExpression() 3073 checkCompoundToken(OpenLoc, tok::l_paren, CompoundToken::StmtExprBegin); in ParseParenExpression() 3076 Result = ExprError(Diag(OpenLoc, diag::err_stmtexpr_file_scope)); in ParseParenExpression() 3096 Result = Actions.ActOnStmtExpr(getCurScope(), OpenLoc, Stmt.get(), in ParseParenExpression() 3136 return Actions.ObjC().ActOnObjCBridgedCast(getCurScope(), OpenLoc, Kind, in ParseParenExpression() [all …]
|
H A D | ParseCXXInlineMethods.cpp | 1014 SourceLocation OpenLoc = ConsumeToken(); in ConsumeAndStoreFunctionPrologue() local 1022 Diag(OpenLoc, diag::note_matching) << tok::l_paren; in ConsumeAndStoreFunctionPrologue() 1047 SourceLocation OpenLoc = ConsumeToken(); in ConsumeAndStoreFunctionPrologue() local 1052 Diag(OpenLoc, diag::note_matching) << tok::l_square; in ConsumeAndStoreFunctionPrologue() 1104 SourceLocation OpenLoc = Tok.getLocation(); in ConsumeAndStoreFunctionPrologue() local 1143 Diag(OpenLoc, diag::note_matching) << kind; in ConsumeAndStoreFunctionPrologue()
|
H A D | ParseTemplate.cpp | 1536 SourceLocation OpenLoc) { in ParseTemplateArgumentList() argument 1545 Template, TemplateArgs, OpenLoc); in ParseTemplateArgumentList()
|
H A D | ParseOpenMP.cpp | 2998 SourceLocation ClauseNameLoc, OpenLoc, CloseLoc; in ParseOpenMPSizesClause() local 3000 if (ParseOpenMPExprListClause(OMPC_sizes, ClauseNameLoc, OpenLoc, CloseLoc, in ParseOpenMPSizesClause() 3005 OpenLoc, CloseLoc); in ParseOpenMPSizesClause() 4900 SourceLocation &OpenLoc, in ParseOpenMPExprListClause() argument 4928 OpenLoc = T.getOpenLocation(); in ParseOpenMPExprListClause()
|
H A D | ParseDeclCXX.cpp | 4834 SourceLocation OpenLoc = Tok.getLocation(); in ParseCXX11AttributeSpecifierInternal() local 4836 Diag(OpenLoc, getLangOpts().CPlusPlus11 ? diag::warn_cxx98_compat_attribute in ParseCXX11AttributeSpecifierInternal() 4839 Diag(OpenLoc, getLangOpts().C23 ? diag::warn_pre_c23_compat_attributes in ParseCXX11AttributeSpecifierInternal() 4844 checkCompoundToken(OpenLoc, tok::l_square, CompoundToken::AttrBegin); in ParseCXX11AttributeSpecifierInternal()
|
/freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
H A D | Parser.h | 3605 SourceLocation &OpenLoc, 3838 TemplateTy Template, SourceLocation OpenLoc);
|