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.cpp3090 FieldDecl *LambdaThisCaptureField; in VisitCommonDeclRefExpr() local
3091 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.cpp1245 LambdaThisCaptureField); in StartFunction()
1246 if (LambdaThisCaptureField) { in StartFunction()
1253 LValue ThisFieldLValue = EmitLValueForLambdaField(LambdaThisCaptureField); in StartFunction()
1254 if (!LambdaThisCaptureField->getType()->isPointerType()) { in StartFunction()
H A DCGOpenMPRuntime.cpp417 FieldDecl *LambdaThisCaptureField = nullptr; member in __anon93cce0fb0111::InlinedOpenMPRegionRAII
435 LambdaThisCaptureField = CGF.LambdaThisCaptureField; in InlinedOpenMPRegionRAII()
436 CGF.LambdaThisCaptureField = nullptr; in InlinedOpenMPRegionRAII()
450 CGF.LambdaThisCaptureField = LambdaThisCaptureField; in ~InlinedOpenMPRegionRAII()
H A DCodeGenFunction.h646 FieldDecl *LambdaThisCaptureField = nullptr;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp593 FieldDecl *LambdaThisCaptureField = nullptr; member in __anonfb577fba0111::CallStackFrame
6357 Frame.LambdaThisCaptureField); in HandleFunctionCall()
9144 if (!Info.CurrentCall->LambdaThisCaptureField) { in VisitCXXThisExpr()
9155 Info, E, Result, MD, Info.CurrentCall->LambdaThisCaptureField, in VisitCXXThisExpr()
9156 Info.CurrentCall->LambdaThisCaptureField->getType()->isPointerType()); in VisitCXXThisExpr()