Searched refs:OpenLoc (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/llvm/tools/clang/lib/Parse/ |
| HD | ParseExpr.cpp | 1436 SourceLocation OpenLoc = ConsumeToken(); in ParsePostfixExpressionSuffix() local 1450 Diag(OpenLoc, diag::note_matching) << tok::lesslessless; in ParsePostfixExpressionSuffix() 1464 OpenLoc, in ParsePostfixExpressionSuffix() 2112 SourceLocation OpenLoc = T.getOpenLocation(); in ParseParenExpression() local 2150 Result = ExprError(Diag(OpenLoc, diag::err_stmtexpr_file_scope)); in ParseParenExpression() 2170 Result = Actions.ActOnStmtExpr(OpenLoc, Stmt.get(), Tok.getLocation()); in ParseParenExpression() 2207 return Actions.ActOnObjCBridgedCast(getCurScope(), OpenLoc, Kind, in ParseParenExpression() 2259 return ParseCompoundLiteralExpression(Ty.get(), OpenLoc, RParenLoc); in ParseParenExpression() 2286 << SourceRange(OpenLoc, RParenLoc); in ParseParenExpression() 2296 Result = Actions.ActOnCastExpr(getCurScope(), OpenLoc, in ParseParenExpression() [all …]
|
| HD | ParseCXXInlineMethods.cpp | 800 SourceLocation OpenLoc = ConsumeToken(); in ConsumeAndStoreFunctionPrologue() local 808 Diag(OpenLoc, diag::note_matching) << tok::l_paren; in ConsumeAndStoreFunctionPrologue() 869 SourceLocation OpenLoc = Tok.getLocation(); in ConsumeAndStoreFunctionPrologue() local 888 Diag(OpenLoc, diag::note_matching) << kind; in ConsumeAndStoreFunctionPrologue()
|