reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
510 if (auto *FD = CGF.LambdaCaptureFields.lookup(VD))
tools/clang/lib/CodeGen/CGExpr.cpp 2566 if (auto *FD = LambdaCaptureFields.lookup(VD))
tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp412 std::swap(CGF.LambdaCaptureFields, LambdaCaptureFields); 425 std::swap(CGF.LambdaCaptureFields, LambdaCaptureFields);tools/clang/lib/CodeGen/CGStmtOpenMP.cpp
49 return CGF.LambdaCaptureFields.lookup(VD) || 181 return CGF.LambdaCaptureFields.lookup(VD) || 254 LambdaCaptureFields.lookup(OrigVD) ||tools/clang/lib/CodeGen/CodeGenFunction.cpp
954 MD->getParent()->getCaptureFields(LambdaCaptureFields,