Searched refs:addThisCapture (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
H A D | ScopeInfo.h | 745 void addThisCapture(bool isNested, SourceLocation Loc, QualType CaptureType, 1093 inline void CapturingScopeInfo::addThisCapture(bool isNested, in addThisCapture() function
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaExprCXX.cpp | 1403 CSI->addThisCapture(isNested, Loc, CaptureType, ByCopy); in CheckCXXThisCapture()
|
H A D | SemaDecl.cpp | 15400 LSI->addThisCapture(/*Nested*/ false, C.getLocation(), I->getType(), in RebuildLambdaScopeInfo()
|