HomeSort by relevance Sort by last modified time
    Searched refs:cocoa (Results 1 - 11 of 11) sorted by null

  /external/clang/lib/Analysis/
CocoaConventions.cpp 1 //===- CocoaConventions.h - Special handling of Cocoa conventions -*- C++ -*--//
10 // This file implements cocoa naming convention analysis.
25 bool cocoa::isRefType(QualType RetTy, StringRef Prefix,
51 return cocoa::isRefType(T, "CF") || // Core Foundation.
52 cocoa::isRefType(T, "CG") || // Core Graphics.
53 cocoa::isRefType(T, "DADisk") || // Disk Arbitration API.
54 cocoa::isRefType(T, "DADissenter") ||
55 cocoa::isRefType(T, "DASessionRef");
59 bool cocoa::isCocoaObjectRef(QualType Ty) {
  /external/clang/include/clang/Analysis/DomainSpecific/
CocoaConventions.h 1 //===- CocoaConventions.h - Special handling of Cocoa conventions -*- C++ -*--//
10 // This file implements cocoa naming convention analysis.
25 namespace cocoa { namespace in namespace:clang::ento
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /sdk/adtproductbuild/
Android.mk 79 # $1 = the platform (linux|macosx|win32).(gtk|cocoa|win32)
106 if [[ "$(1)" == "macosx.cocoa" ]]; then \
117 $(4)/eclipse/$(if $(filter macosx.cocoa,$(1)),Eclipse.app/Contents/MacOS/)eclipse.ini && \
119 $(4)/eclipse/$(if $(filter macosx.cocoa,$(1)),Eclipse.app/Contents/MacOS/)eclipse.ini && \
126 $(4)/eclipse/$(if $(filter macosx.cocoa,$(1)),Eclipse.app/Contents/MacOS/)eclipse.ini
142 # $1 = the platform (linux|macosx|win32).(gtk|cocoa|win32)
157 $(eval $(call mk-adt-ide,macosx.cocoa,x86_64))
  /sdk/eclipse/scripts/
build_plugins.sh 68 BASEWS=cocoa
  /sdk/monitor/
Android.mk 63 $(call mk-rcp-monitor-atree-file,macosx.cocoa,x86_64) ; \
  /external/clang/lib/StaticAnalyzer/Checkers/
RetainCountChecker.cpp 11 // a reference count checker for Core Foundation and Cocoa on (Mac OS X).
    [all...]
  /external/clang/lib/ARCMigrate/
TransUnbridgedCasts.cpp 147 ento::cocoa::isRefType(E->getSubExpr()->getType(), "CF",
Transforms.cpp 98 ento::cocoa::isRefType(callE->getType(), "CF",
  /prebuilts/tools/common/m2/repository/com/android/external/eclipse/swt/3.5.0/
swt-3.5.0.jar 
  /prebuilts/tools/darwin-x86/swt/
swt.jar 

Completed in 301 milliseconds