Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h563 Capture &getCXXThisCapture() { in getCXXThisCapture() function
/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h703 Capture &getCXXThisCapture() { in getCXXThisCapture() function
/external/clang/lib/Sema/
DSemaLambda.cpp933 << "'this'" << SourceRange(LSI->getCXXThisCapture().getLocation()) in ActOnStartOfLambdaDefinition()
DSemaExprCXX.cpp910 auto C = CurLSI->getCXXThisCapture(); in adjustCVQualifiersForCXXThisWithinLambda()
/external/llvm-project/clang/lib/Sema/
DSemaLambda.cpp1047 << "'this'" << SourceRange(LSI->getCXXThisCapture().getLocation()) in ActOnStartOfLambdaDefinition()
DSemaExprCXX.cpp1112 auto C = CurLSI->getCXXThisCapture(); in adjustCVQualifiersForCXXThisWithinLambda()