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

References

tools/clang/lib/CodeGen/CGDebugInfo.cpp
 3841   llvm::DIFile *Unit = getOrCreateFile(VD->getLocation());
 3842   QualType Type = VD->getType();
 3852   bool HasCopyAndDispose = CGM.getContext().BlockRequiresCopying(Type, VD);
 3870   CharUnits Align = CGM.getContext().getDeclAlign(VD);
 3893       Unit, VD->getName(), Unit, 0, FieldSize, FieldAlign, FieldOffset,