Searched refs:OpenLoc (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 1803 SourceLocation OpenLoc = ConsumeToken(); in ParsePostfixExpressionSuffix() local 1816 Diag(OpenLoc, diag::note_matching) << tok::lesslessless; in ParsePostfixExpressionSuffix() 1830 getCurScope(), OpenLoc, ExecConfigExprs, CloseLoc); in ParsePostfixExpressionSuffix() 2620 SourceLocation OpenLoc = T.getOpenLocation(); in ParseParenExpression() local 2622 PreferredType.enterParenExpr(Tok.getLocation(), OpenLoc); in ParseParenExpression() 2657 Diag(Tok, OpenLoc.isMacroID() ? diag::ext_gnu_statement_expr_macro in ParseParenExpression() 2660 checkCompoundToken(OpenLoc, tok::l_paren, CompoundToken::StmtExprBegin); in ParseParenExpression() 2663 Result = ExprError(Diag(OpenLoc, diag::err_stmtexpr_file_scope)); in ParseParenExpression() 2683 Result = Actions.ActOnStmtExpr(getCurScope(), OpenLoc, Stmt.get(), in ParseParenExpression() 2723 return Actions.ObjC().ActOnObjCBridgedCast(getCurScope(), OpenLoc, Kind, in ParseParenExpression() [all …]
|
| H A D | ParseCXXInlineMethods.cpp | 959 SourceLocation OpenLoc = ConsumeToken(); in ConsumeAndStoreFunctionPrologue() local 967 Diag(OpenLoc, diag::note_matching) << tok::l_paren; in ConsumeAndStoreFunctionPrologue() 992 SourceLocation OpenLoc = ConsumeToken(); in ConsumeAndStoreFunctionPrologue() local 997 Diag(OpenLoc, diag::note_matching) << tok::l_square; in ConsumeAndStoreFunctionPrologue() 1049 SourceLocation OpenLoc = Tok.getLocation(); in ConsumeAndStoreFunctionPrologue() local 1088 Diag(OpenLoc, diag::note_matching) << kind; in ConsumeAndStoreFunctionPrologue()
|
| H A D | ParseOpenMP.cpp | 2930 SourceLocation ClauseNameLoc, OpenLoc, CloseLoc; in ParseOpenMPSizesClause() local 2932 if (ParseOpenMPExprListClause(OMPC_sizes, ClauseNameLoc, OpenLoc, CloseLoc, in ParseOpenMPSizesClause() 2937 OpenLoc, CloseLoc); in ParseOpenMPSizesClause() 2941 SourceLocation ClauseNameLoc, OpenLoc, CloseLoc; in ParseOpenMPPermutationClause() local 2943 if (ParseOpenMPExprListClause(OMPC_permutation, ClauseNameLoc, OpenLoc, in ParseOpenMPPermutationClause() 2949 OpenLoc, CloseLoc); in ParseOpenMPPermutationClause() 4908 SourceLocation &OpenLoc, in ParseOpenMPExprListClause() argument 4936 OpenLoc = T.getOpenLocation(); in ParseOpenMPExprListClause()
|
| H A D | ParseTemplate.cpp | 1333 SourceLocation OpenLoc) { in ParseTemplateArgumentList() argument 1342 Template, TemplateArgs, OpenLoc); in ParseTemplateArgumentList()
|
| H A D | ParseDeclCXX.cpp | 4640 SourceLocation OpenLoc = Tok.getLocation(); in ParseCXX11AttributeSpecifierInternal() local 4642 Diag(OpenLoc, getLangOpts().CPlusPlus11 ? diag::warn_cxx98_compat_attribute in ParseCXX11AttributeSpecifierInternal() 4645 Diag(OpenLoc, getLangOpts().C23 ? diag::warn_pre_c23_compat_attributes in ParseCXX11AttributeSpecifierInternal() 4650 checkCompoundToken(OpenLoc, tok::l_square, CompoundToken::AttrBegin); in ParseCXX11AttributeSpecifierInternal()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 6885 SourceLocation &OpenLoc, 8277 TemplateTy Template, SourceLocation OpenLoc);
|