Searched defs:LambdaBeginLoc (Results 1 - 1 of 1) sorted by last modified time

/external/clang/lib/Parse/
H A DParseExprCXX.cpp993 SourceLocation LambdaBeginLoc = Intro.Range.getBegin(); local
994 Diag(LambdaBeginLoc, diag::warn_cxx98_compat_lambda);
996 PrettyStackTraceLoc CrashInfo(PP.getSourceManager(), LambdaBeginLoc,
1179 Actions.ActOnLambdaError(LambdaBeginLoc, getCurScope());
1187 return Actions.ActOnLambdaExpr(LambdaBeginLoc, Stmt.get(), getCurScope());
1189 Actions.ActOnLambdaError(LambdaBeginLoc, getCurScope());

Completed in 87 milliseconds