Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp8404 SourceLocation CaptureLoc; in CheckShadow() local
8414 CaptureLoc = getCaptureLocation(LSI, VD); in CheckShadow()
8415 if (CaptureLoc.isInvalid()) in CheckShadow()
8484 if (!CaptureLoc.isInvalid()) in CheckShadow()
8485 Diag(CaptureLoc, diag::note_var_explicitly_captured_here) in CheckShadow()
8496 SourceLocation CaptureLoc = getCaptureLocation(LSI, VD); in DiagnoseShadowingLambdaDecls() local
8498 CaptureLoc.isInvalid() ? diag::warn_decl_shadow_uncaptured_local in DiagnoseShadowingLambdaDecls()
8502 if (CaptureLoc.isValid()) in DiagnoseShadowingLambdaDecls()
8503 Diag(CaptureLoc, diag::note_var_explicitly_captured_here) in DiagnoseShadowingLambdaDecls()