Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h700 void addThisCapture(bool isNested, SourceLocation Loc, QualType CaptureType,
1043 inline void CapturingScopeInfo::addThisCapture(bool isNested, in addThisCapture() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExprCXX.cpp1354 CSI->addThisCapture(isNested, Loc, CaptureType, ByCopy); in CheckCXXThisCapture()
H A DSemaDecl.cpp14122 LSI->addThisCapture(/*Nested*/ false, C.getLocation(), I->getType(), in RebuildLambdaScopeInfo()