Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h752 Capture &getCXXThisCapture() { in getCXXThisCapture() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1133 << "'this'" << SourceRange(LSI->getCXXThisCapture().getLocation()) in ActOnLambdaExpressionAfterIntroducer()
H A DSemaExprCXX.cpp1169 auto C = CurLSI->getCXXThisCapture(); in adjustCVQualifiersForCXXThisWithinLambda()
1476 if (!LSI->getCXXThisCapture().isCopyCapture()) in MarkThisReferenced()
H A DSemaExpr.cpp18658 ? LSI->getCXXThisCapture().isCopyCapture() in buildLambdaCaptureFixit()