Home
last modified time | relevance | path

Searched refs:isThisCapture (Results 1 – 9 of 9) sorted by relevance

/external/clang/include/clang/Sema/
DScopeInfo.h468 bool isThisCapture() const { in isThisCapture() function
472 return !isThisCapture() && !isVLATypeCapture(); in isVariableCapture()
505 assert(!isThisCapture()); in getCaptureType()
/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h600 bool isThisCapture() const { return CapturesThis; } in isThisCapture() function
602 return !isThisCapture() && !isVLATypeCapture(); in isVariableCapture()
/external/llvm-project/clang/lib/Sema/
DSemaLambda.cpp1590 if (Cap.isThisCapture()) { in BuildCaptureInit()
1656 const QualType T = From.isThisCapture() in CaptureHasSideEffects()
1680 if (From.isThisCapture()) in DiagnoseUnusedLambdaCapture()
1831 if (From.isThisCapture()) { in BuildLambdaExpr()
DSemaCUDA.cpp795 } else if (Capture.isThisCapture()) { in CUDACheckLambdaCapture()
DSemaStmt.cpp4375 if (Cap.isThisCapture()) { in buildCapturedStmtCaptureList()
DSemaExpr.cpp15408 if (Cap.isInvalid() || Cap.isThisCapture()) in ActOnBlockStmtExpr()
/external/clang/lib/Sema/
DSemaLambda.cpp1534 if (From.isThisCapture()) { in BuildLambdaExpr()
DSemaStmt.cpp3861 if (Cap->isThisCapture()) { in buildCapturedStmtCaptureList()
DSemaExpr.cpp12119 if (Cap.isThisCapture()) in ActOnBlockStmtExpr()