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

References

tools/clang/lib/CodeGen/CGBlocks.cpp
 2884     if (CGM.getLangOpts().ObjCGCBitmapPrint) {
tools/clang/lib/CodeGen/CGObjCMac.cpp
 2374   if (CGM.getLangOpts().ObjCGCBitmapPrint && !buffer.empty()) {
 2793     if (CGM.getLangOpts().ObjCGCBitmapPrint) {
 2816   if (CGM.getLangOpts().ObjCGCBitmapPrint) {
 5482    if (CGM.getLangOpts().ObjCGCBitmapPrint && !buffer.empty()) {
tools/clang/lib/Frontend/CompilerInvocation.cpp
 2622     Opts.ObjCGCBitmapPrint = 1;