Home
last modified time | relevance | path

Searched refs:capturesThis (Results 1 – 8 of 8) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDLambdaCapture.h71 bool capturesThis() const { in capturesThis() function
HDStmt.h2039 bool capturesThis() const { return getCaptureKind() == VCK_This; } in capturesThis() function
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDDeclCXX.cpp1032 if (C->capturesThis()) in getCaptureFields()
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenFunction.h184 if (I->capturesThis()) in Kind()
HDCGDebugInfo.cpp882 } else if (C.capturesThis()) { in CollectRecordLambdaFields()
/NextBSD/contrib/llvm/tools/clang/lib/Serialization/
HDASTWriterStmt.cpp310 if (I.capturesThis() || I.capturesVariableArrayType()) in VisitCapturedStmt()
/NextBSD/contrib/llvm/tools/clang/lib/Sema/
HDTreeTransform.h9495 if (C->capturesThis()) { in TransformLambdaExpr()
HDSemaDecl.cpp10517 } else if (C.capturesThis()) { in RebuildLambdaScopeInfo()