Home
last modified time | relevance | path

Searched refs:addThisCapture (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/Sema/
DScopeInfo.h556 void addThisCapture(bool isNested, SourceLocation Loc,
877 CapturingScopeInfo::addThisCapture(bool isNested, SourceLocation Loc, in addThisCapture() function
/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h696 void addThisCapture(bool isNested, SourceLocation Loc, QualType CaptureType,
1039 inline void CapturingScopeInfo::addThisCapture(bool isNested, in addThisCapture() function
/external/clang/lib/Sema/
DSemaExprCXX.cpp1183 CSI->addThisCapture(isNested, Loc, ThisExpr, ByCopy); in CheckCXXThisCapture()
DSemaDecl.cpp11222 LSI->addThisCapture(/*Nested*/ false, C.getLocation(), in RebuildLambdaScopeInfo()
/external/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp1340 CSI->addThisCapture(isNested, Loc, CaptureType, ByCopy); in CheckCXXThisCapture()
DSemaDecl.cpp13991 LSI->addThisCapture(/*Nested*/ false, C.getLocation(), I->getType(), in RebuildLambdaScopeInfo()