Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDecl.cpp8398 SourceLocation CaptureLoc; in CheckShadow() local
8408 CaptureLoc = getCaptureLocation(LSI, VD); in CheckShadow()
8409 if (CaptureLoc.isInvalid()) in CheckShadow()
8473 if (!CaptureLoc.isInvalid()) in CheckShadow()
8474 Diag(CaptureLoc, diag::note_var_explicitly_captured_here) in CheckShadow()
8487 SourceLocation CaptureLoc = getCaptureLocation(LSI, VD); in DiagnoseShadowingLambdaDecls() local
8489 CaptureLoc.isInvalid() ? diag::warn_decl_shadow_uncaptured_local in DiagnoseShadowingLambdaDecls()
8493 if (CaptureLoc.isValid()) in DiagnoseShadowingLambdaDecls()
8494 Diag(CaptureLoc, diag::note_var_explicitly_captured_here) in DiagnoseShadowingLambdaDecls()