Home
last modified time | relevance | path

Searched refs:LambdaThisCaptureField (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp182 FieldDecl *LambdaThisCaptureField; in isCapturedByReference() local
183 LambdaCXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField); in isCapturedByReference()
H A DExprEngine.cpp3188 FieldDecl *LambdaThisCaptureField; in VisitCommonDeclRefExpr() local
3189 CXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField); in VisitCommonDeclRefExpr()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp1985 if (ParentCGF.LambdaThisCaptureField) { in EmitCapturedLocals()
1986 LambdaThisCaptureField = ParentCGF.LambdaThisCaptureField; in EmitCapturedLocals()
1990 EmitLValueForLambdaField(LambdaThisCaptureField); in EmitCapturedLocals()
1991 if (!LambdaThisCaptureField->getType()->isPointerType()) { in EmitCapturedLocals()
H A DCodeGenFunction.cpp1289 LambdaThisCaptureField); in StartFunction()
1290 if (LambdaThisCaptureField) { in StartFunction()
1297 LValue ThisFieldLValue = EmitLValueForLambdaField(LambdaThisCaptureField); in StartFunction()
1298 if (!LambdaThisCaptureField->getType()->isPointerType()) { in StartFunction()
H A DCGOpenMPRuntime.cpp413 FieldDecl *LambdaThisCaptureField = nullptr; member in __anon93cce0fb0111::InlinedOpenMPRegionRAII
431 LambdaThisCaptureField = CGF.LambdaThisCaptureField; in InlinedOpenMPRegionRAII()
432 CGF.LambdaThisCaptureField = nullptr; in InlinedOpenMPRegionRAII()
446 CGF.LambdaThisCaptureField = LambdaThisCaptureField; in ~InlinedOpenMPRegionRAII()
H A DCodeGenFunction.h643 FieldDecl *LambdaThisCaptureField = nullptr;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp612 FieldDecl *LambdaThisCaptureField = nullptr; member in __anonfb577fba0111::CallStackFrame
6662 Frame.LambdaThisCaptureField); in HandleFunctionCall()
9565 if (!Info.CurrentCall->LambdaThisCaptureField) { in VisitCXXThisExpr()
9576 Info, E, Result, MD, Info.CurrentCall->LambdaThisCaptureField, in VisitCXXThisExpr()
9577 Info.CurrentCall->LambdaThisCaptureField->getType()->isPointerType()); in VisitCXXThisExpr()