Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Sema/
DScopeInfo.h700 void addThisCapture(bool isNested, SourceLocation Loc, QualType CaptureType,
1043 inline void CapturingScopeInfo::addThisCapture(bool isNested, in addThisCapture() function
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaExprCXX.cpp1371 CSI->addThisCapture(isNested, Loc, CaptureType, ByCopy); in CheckCXXThisCapture()
DSemaDecl.cpp14178 LSI->addThisCapture(/*Nested*/ false, C.getLocation(), I->getType(), in RebuildLambdaScopeInfo()