Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h563 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()