Home
last modified time | relevance | path

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

/freebsd-14.2/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.cpp3078 FieldDecl *LambdaThisCaptureField; in VisitCommonDeclRefExpr() local
3079 CXXRec->getCaptureFields(LambdaCaptureFields, LambdaThisCaptureField); in VisitCommonDeclRefExpr()
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGException.cpp1982 if (ParentCGF.LambdaThisCaptureField) { in EmitCapturedLocals()
1983 LambdaThisCaptureField = ParentCGF.LambdaThisCaptureField; in EmitCapturedLocals()
1987 EmitLValueForLambdaField(LambdaThisCaptureField); in EmitCapturedLocals()
1988 if (!LambdaThisCaptureField->getType()->isPointerType()) { in EmitCapturedLocals()
H A DCodeGenFunction.cpp1177 LambdaThisCaptureField); in StartFunction()
1178 if (LambdaThisCaptureField) { in StartFunction()
1185 LValue ThisFieldLValue = EmitLValueForLambdaField(LambdaThisCaptureField); in StartFunction()
1186 if (!LambdaThisCaptureField->getType()->isPointerType()) { in StartFunction()
H A DCGOpenMPRuntime.cpp415 FieldDecl *LambdaThisCaptureField = nullptr; member in __anon90c6c1b10111::InlinedOpenMPRegionRAII
433 LambdaThisCaptureField = CGF.LambdaThisCaptureField; in InlinedOpenMPRegionRAII()
434 CGF.LambdaThisCaptureField = nullptr; in InlinedOpenMPRegionRAII()
448 CGF.LambdaThisCaptureField = LambdaThisCaptureField; in ~InlinedOpenMPRegionRAII()
H A DCodeGenFunction.h622 FieldDecl *LambdaThisCaptureField = nullptr;
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp588 FieldDecl *LambdaThisCaptureField = nullptr; member in __anon7ee061300111::CallStackFrame
6296 Frame.LambdaThisCaptureField); in HandleFunctionCall()
9048 if (!Info.CurrentCall->LambdaThisCaptureField) in VisitCXXThisExpr()
9058 Info.CurrentCall->LambdaThisCaptureField)) in VisitCXXThisExpr()
9061 if (Info.CurrentCall->LambdaThisCaptureField->getType() in VisitCXXThisExpr()