Home
last modified time | relevance | path

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

/external/clang/include/clang/Sema/
DScopeInfo.h481 void addThisCapture(bool isNested, SourceLocation Loc, QualType CaptureType,
807 CapturingScopeInfo::addThisCapture(bool isNested, SourceLocation Loc, in addThisCapture() function
/external/clang/lib/Sema/
DSemaExprCXX.cpp855 CSI->addThisCapture(isNested, Loc, ThisTy, ThisExpr); in CheckCXXThisCapture()
DSemaDecl.cpp9843 LSI->addThisCapture(/*Nested*/ false, C.getLocation(), in RebuildLambdaScopeInfo()