reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGBlocks.cpp
  509     return CGF.BlockInfo->getCapture(VD).fieldType();
  510   if (auto *FD = CGF.LambdaCaptureFields.lookup(VD))
  515   return VD->isNonEscapingByref() ?
  516          CGF.getContext().getLValueReferenceType(VD->getType()) : VD->getType();
  516          CGF.getContext().getLValueReferenceType(VD->getType()) : VD->getType();