reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
413 LambdaThisCaptureField = CGF.LambdaThisCaptureField; 414 CGF.LambdaThisCaptureField = nullptr; 426 CGF.LambdaThisCaptureField = LambdaThisCaptureField;tools/clang/lib/CodeGen/CodeGenFunction.cpp
955 LambdaThisCaptureField); 956 if (LambdaThisCaptureField) { 963 LValue ThisFieldLValue = EmitLValueForLambdaField(LambdaThisCaptureField); 964 if (!LambdaThisCaptureField->getType()->isPointerType()) {