Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaCUDA.cpp787 bool ShouldCheck = CalleeIsDevice && CallerIsHost; in CUDACheckLambdaCapture() local
788 if (!ShouldCheck || !Capture.isReferenceCapture()) in CUDACheckLambdaCapture()