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

References

tools/clang/lib/CodeGen/CGBlocks.cpp
  582       assert(getCaptureFieldType(*CGF, CI) == variable->getType() &&
  586                                         CGM.VoidPtrTy, variable->getType()));
  592     if (llvm::Constant *constant = tryCaptureAsConstant(CGM, CGF, variable)) {
  593       info.Captures[variable] = CGBlockInfo::Capture::makeConstant(constant);
  652     CharUnits align = C.getDeclAlign(variable);