Searched refs:addThisCapture (Results 1 – 3 of 3) sorted by relevance
/external/clang/include/clang/Sema/ |
D | ScopeInfo.h | 528 void addThisCapture(bool isNested, SourceLocation Loc, QualType CaptureType, 848 CapturingScopeInfo::addThisCapture(bool isNested, SourceLocation Loc, in addThisCapture() function
|
/external/clang/lib/Sema/ |
D | SemaExprCXX.cpp | 957 CSI->addThisCapture(isNested, Loc, ThisTy, ThisExpr); in CheckCXXThisCapture()
|
D | SemaDecl.cpp | 10813 LSI->addThisCapture(/*Nested*/ false, C.getLocation(), in RebuildLambdaScopeInfo()
|