HomeSort by: relevance | last modified time | path
    Searched refs:OpenLoc (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseExpr.cpp 1972 SourceLocation OpenLoc = ConsumeToken();
1986 Diag(OpenLoc, diag::note_matching) << tok::lesslessless;
2000 OpenLoc,
2772 SourceLocation OpenLoc = T.getOpenLocation();
2774 PreferredType.enterParenExpr(Tok.getLocation(), OpenLoc);
2811 checkCompoundToken(OpenLoc, tok::l_paren, CompoundToken::StmtExprBegin);
2814 Result = ExprError(Diag(OpenLoc, diag::err_stmtexpr_file_scope));
2834 Result = Actions.ActOnStmtExpr(getCurScope(), OpenLoc, Stmt.get(),
2874 return Actions.ActOnObjCBridgedCast(getCurScope(), OpenLoc, Kind,
2926 return ParseCompoundLiteralExpression(Ty.get(), OpenLoc, RParenLoc)
    [all...]
ParseCXXInlineMethods.cpp 927 SourceLocation OpenLoc = ConsumeToken();
935 Diag(OpenLoc, diag::note_matching) << tok::l_paren;
1004 SourceLocation OpenLoc = Tok.getLocation();
1043 Diag(OpenLoc, diag::note_matching) << kind;
ParseDeclCXX.cpp 4190 SourceLocation OpenLoc = Tok.getLocation();
4191 Diag(OpenLoc, diag::warn_cxx98_compat_attribute);
4194 checkCompoundToken(OpenLoc, tok::l_square, CompoundToken::AttrBegin);

Completed in 34 milliseconds