reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Parse/ParseExpr.cpp
 2385   PreferredType.enterParenExpr(Tok.getLocation(), OpenLoc);
 2423       Result = ExprError(Diag(OpenLoc, diag::err_stmtexpr_file_scope));
 2443         Result = Actions.ActOnStmtExpr(OpenLoc, Stmt.get(), Tok.getLocation());
 2482     return Actions.ActOnObjCBridgedCast(getCurScope(), OpenLoc, Kind,
 2534         return ParseCompoundLiteralExpression(Ty.get(), OpenLoc, RParenLoc);
 2564               Result = Actions.ActOnCastExpr(getCurScope(), OpenLoc,
 2603             << SourceRange(OpenLoc, RParenLoc);
 2614           Result = Actions.ActOnCastExpr(getCurScope(), OpenLoc,
 2645       Result = Actions.ActOnParenListExpr(OpenLoc, Tok.getLocation(),
 2668           Actions.ActOnParenExpr(OpenLoc, Tok.getLocation(), Result.get());