Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseExpr.cpp1975 SourceLocation OpenLoc = ConsumeToken(); in ParsePostfixExpressionSuffix() local
1989 Diag(OpenLoc, diag::note_matching) << tok::lesslessless; in ParsePostfixExpressionSuffix()
2003 OpenLoc, in ParsePostfixExpressionSuffix()
2802 SourceLocation OpenLoc = T.getOpenLocation(); in ParseParenExpression() local
2804 PreferredType.enterParenExpr(Tok.getLocation(), OpenLoc); in ParseParenExpression()
2844 Result = ExprError(Diag(OpenLoc, diag::err_stmtexpr_file_scope)); in ParseParenExpression()
2904 return Actions.ActOnObjCBridgedCast(getCurScope(), OpenLoc, Kind, in ParseParenExpression()
2986 Result = Actions.ActOnCastExpr(getCurScope(), OpenLoc, in ParseParenExpression()
3025 << SourceRange(OpenLoc, RParenLoc); in ParseParenExpression()
3036 Result = Actions.ActOnCastExpr(getCurScope(), OpenLoc, in ParseParenExpression()
[all …]
H A DParseCXXInlineMethods.cpp928 SourceLocation OpenLoc = ConsumeToken(); in ConsumeAndStoreFunctionPrologue() local
936 Diag(OpenLoc, diag::note_matching) << tok::l_paren; in ConsumeAndStoreFunctionPrologue()
1005 SourceLocation OpenLoc = Tok.getLocation(); in ConsumeAndStoreFunctionPrologue() local
1044 Diag(OpenLoc, diag::note_matching) << kind; in ConsumeAndStoreFunctionPrologue()
H A DParseDeclCXX.cpp4359 SourceLocation OpenLoc = Tok.getLocation(); in ParseCXX11AttributeSpecifierInternal() local
4360 Diag(OpenLoc, diag::warn_cxx98_compat_attribute); in ParseCXX11AttributeSpecifierInternal()
4363 checkCompoundToken(OpenLoc, tok::l_square, CompoundToken::AttrBegin); in ParseCXX11AttributeSpecifierInternal()