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