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

Declarations

tools/clang/include/clang/Analysis/DomainSpecific/CocoaConventions.h
   34   bool isCFObjectRef(QualType T);

References

tools/clang/lib/ARCMigrate/ObjCMT.cpp
 1062       ento::coreFoundation::isCFObjectRef(T))
 1387   if (ento::coreFoundation::isCFObjectRef(AT) ||
tools/clang/lib/Analysis/RetainSummaryManager.cpp
  440     if (coreFoundation::isCFObjectRef(RetTy)) {
  646     } else if (coreFoundation::isCFObjectRef(QT)) {
 1032       else if (coreFoundation::isCFObjectRef(RetTy)) {
 1064       else if (coreFoundation::isCFObjectRef(RetTy))
tools/clang/lib/StaticAnalyzer/Checkers/BasicObjCFoundationChecks.cpp
  767     if (coreFoundation::isCFObjectRef(ArgTy))
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp
  303   else if (coreFoundation::isCFObjectRef(Ty))