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.h758 Capture &getCXXThisCapture() { in getCXXThisCapture() function
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1159 << "'this'" << SourceRange(LSI->getCXXThisCapture().getLocation()) in ActOnLambdaExpressionAfterIntroducer()
H A DSemaExprCXX.cpp1151 auto C = CurLSI->getCXXThisCapture(); in adjustCVQualifiersForCXXThisWithinLambda()
1458 if (!LSI->getCXXThisCapture().isCopyCapture()) in MarkThisReferenced()
H A DSemaExpr.cpp19109 ? LSI->getCXXThisCapture().isCopyCapture() in buildLambdaCaptureFixit()