Searched refs:OpenLoc (Results 1 – 5 of 5) sorted by relevance
| /llvm-project-15.0.7/clang/lib/Parse/ |
| H A D | ParseExpr.cpp | 2007 SourceLocation OpenLoc = ConsumeToken(); in ParsePostfixExpressionSuffix() local 2021 Diag(OpenLoc, diag::note_matching) << tok::lesslessless; in ParsePostfixExpressionSuffix() 2035 OpenLoc, in ParsePostfixExpressionSuffix() 2839 SourceLocation OpenLoc = T.getOpenLocation(); in ParseParenExpression() local 2841 PreferredType.enterParenExpr(Tok.getLocation(), OpenLoc); in ParseParenExpression() 2876 Diag(Tok, OpenLoc.isMacroID() ? diag::ext_gnu_statement_expr_macro in ParseParenExpression() 2942 return Actions.ActOnObjCBridgedCast(getCurScope(), OpenLoc, Kind, in ParseParenExpression() 3025 Result = Actions.ActOnCastExpr(getCurScope(), OpenLoc, in ParseParenExpression() 3064 << SourceRange(OpenLoc, RParenLoc); in ParseParenExpression() 3075 Result = Actions.ActOnCastExpr(getCurScope(), OpenLoc, in ParseParenExpression() [all …]
|
| H A D | ParseCXXInlineMethods.cpp | 942 SourceLocation OpenLoc = ConsumeToken(); in ConsumeAndStoreFunctionPrologue() local 950 Diag(OpenLoc, diag::note_matching) << tok::l_paren; in ConsumeAndStoreFunctionPrologue() 1019 SourceLocation OpenLoc = Tok.getLocation(); in ConsumeAndStoreFunctionPrologue() local 1058 Diag(OpenLoc, diag::note_matching) << kind; in ConsumeAndStoreFunctionPrologue()
|
| H A D | ParseTemplate.cpp | 1601 SourceLocation OpenLoc) { in ParseTemplateArgumentList() argument 1610 OpenLoc); in ParseTemplateArgumentList()
|
| H A D | ParseDeclCXX.cpp | 4383 SourceLocation OpenLoc = Tok.getLocation(); in ParseCXX11AttributeSpecifierInternal() local 4384 Diag(OpenLoc, diag::warn_cxx98_compat_attribute); in ParseCXX11AttributeSpecifierInternal() 4387 checkCompoundToken(OpenLoc, tok::l_square, CompoundToken::AttrBegin); in ParseCXX11AttributeSpecifierInternal()
|
| /llvm-project-15.0.7/clang/include/clang/Parse/ |
| H A D | Parser.h | 3429 TemplateTy Template, SourceLocation OpenLoc);
|