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

Declarations

tools/clang/include/clang/Sema/Sema.h
 6071   void ActOnLambdaError(SourceLocation StartLoc, Scope *CurScope,

References

tools/clang/lib/Parse/ParseExprCXX.cpp
 1269       Actions.ActOnLambdaError(LambdaBeginLoc, getCurScope());
 1464     Actions.ActOnLambdaError(LambdaBeginLoc, getCurScope());
 1475   Actions.ActOnLambdaError(LambdaBeginLoc, getCurScope());
tools/clang/lib/Sema/TreeTransform.h
11681     getSema().ActOnLambdaError(E->getBeginLoc(), /*CurScope=*/nullptr,