Home
last modified time | relevance | path

Searched refs:VarInsertLoc (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaExpr.cpp18648 SourceLocation VarInsertLoc = LSI->IntroducerRange.getEnd(); in buildLambdaCaptureFixit() local
18654 Sema.Diag(VarInsertLoc, diag::note_lambda_variable_capture_fixit) in buildLambdaCaptureFixit()
18656 << FixItHint::CreateInsertion(VarInsertLoc, FixBuffer); in buildLambdaCaptureFixit()
18660 Sema.Diag(VarInsertLoc, diag::note_lambda_variable_capture_fixit) in buildLambdaCaptureFixit()
18662 << FixItHint::CreateInsertion(VarInsertLoc, FixBuffer); in buildLambdaCaptureFixit()