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

References

tools/clang/lib/Parse/ParseExprCXX.cpp
 1220   Diag(LambdaBeginLoc, diag::warn_cxx98_compat_lambda);
 1222   PrettyStackTraceLoc CrashInfo(PP.getSourceManager(), LambdaBeginLoc,
 1269       Actions.ActOnLambdaError(LambdaBeginLoc, getCurScope());
 1464     Actions.ActOnLambdaError(LambdaBeginLoc, getCurScope());
 1473     return Actions.ActOnLambdaExpr(LambdaBeginLoc, Stmt.get(), getCurScope());
 1475   Actions.ActOnLambdaError(LambdaBeginLoc, getCurScope());