Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h728 void addThisCapture(bool isNested, SourceLocation Loc, QualType CaptureType,
1076 inline void CapturingScopeInfo::addThisCapture(bool isNested, in addThisCapture() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp1406 CSI->addThisCapture(isNested, Loc, CaptureType, ByCopy); in CheckCXXThisCapture()
H A DSemaDecl.cpp15630 LSI->addThisCapture(/*Nested*/ false, C.getLocation(), I->getType(), in RebuildLambdaScopeInfo()