Searched refs:addThisCapture (Results 1 – 6 of 6) sorted by relevance
/external/clang/include/clang/Sema/ |
D | ScopeInfo.h | 556 void addThisCapture(bool isNested, SourceLocation Loc, 877 CapturingScopeInfo::addThisCapture(bool isNested, SourceLocation Loc, in addThisCapture() function
|
/external/llvm-project/clang/include/clang/Sema/ |
D | ScopeInfo.h | 696 void addThisCapture(bool isNested, SourceLocation Loc, QualType CaptureType, 1039 inline void CapturingScopeInfo::addThisCapture(bool isNested, in addThisCapture() function
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 1183 CSI->addThisCapture(isNested, Loc, ThisExpr, ByCopy); in CheckCXXThisCapture()
|
D | SemaDecl.cpp | 11222 LSI->addThisCapture(/*Nested*/ false, C.getLocation(), in RebuildLambdaScopeInfo()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 1340 CSI->addThisCapture(isNested, Loc, CaptureType, ByCopy); in CheckCXXThisCapture()
|
D | SemaDecl.cpp | 13991 LSI->addThisCapture(/*Nested*/ false, C.getLocation(), I->getType(), in RebuildLambdaScopeInfo()
|