Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp2079 SourceLocation OpenLoc = ConsumeToken(); in ParsePostfixExpressionSuffix() local
2093 Diag(OpenLoc, diag::note_matching) << tok::lesslessless; in ParsePostfixExpressionSuffix()
2107 OpenLoc, in ParsePostfixExpressionSuffix()
2959 SourceLocation OpenLoc = T.getOpenLocation(); in ParseParenExpression() local
2961 PreferredType.enterParenExpr(Tok.getLocation(), OpenLoc); in ParseParenExpression()
2996 Diag(Tok, OpenLoc.isMacroID() ? diag::ext_gnu_statement_expr_macro in ParseParenExpression()
3062 return Actions.ActOnObjCBridgedCast(getCurScope(), OpenLoc, Kind, in ParseParenExpression()
3145 Result = Actions.ActOnCastExpr(getCurScope(), OpenLoc, in ParseParenExpression()
3184 << SourceRange(OpenLoc, RParenLoc); in ParseParenExpression()
3195 Result = Actions.ActOnCastExpr(getCurScope(), OpenLoc, in ParseParenExpression()
[all …]
H A DParseCXXInlineMethods.cpp951 SourceLocation OpenLoc = ConsumeToken(); in ConsumeAndStoreFunctionPrologue() local
959 Diag(OpenLoc, diag::note_matching) << tok::l_paren; in ConsumeAndStoreFunctionPrologue()
1028 SourceLocation OpenLoc = Tok.getLocation(); in ConsumeAndStoreFunctionPrologue() local
1067 Diag(OpenLoc, diag::note_matching) << kind; in ConsumeAndStoreFunctionPrologue()
H A DParseTemplate.cpp1647 SourceLocation OpenLoc) { in ParseTemplateArgumentList() argument
1656 OpenLoc); in ParseTemplateArgumentList()
H A DParseDeclCXX.cpp4566 SourceLocation OpenLoc = Tok.getLocation(); in ParseCXX11AttributeSpecifierInternal() local
4568 Diag(OpenLoc, getLangOpts().CPlusPlus11 ? diag::warn_cxx98_compat_attribute in ParseCXX11AttributeSpecifierInternal()
4571 Diag(OpenLoc, getLangOpts().C23 ? diag::warn_pre_c23_compat_attributes in ParseCXX11AttributeSpecifierInternal()
4576 checkCompoundToken(OpenLoc, tok::l_square, CompoundToken::AttrBegin); in ParseCXX11AttributeSpecifierInternal()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h3653 TemplateTy Template, SourceLocation OpenLoc);