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

  /external/clang/include/clang/Basic/
ObjCRuntime.h 51 /// 'objfw' is the Objective-C runtime included in ObjFW
52 ObjFW
82 case ObjFW: return false;
116 case ObjFW:
137 case ObjFW: return true;
155 case ObjFW: return true;
202 case ObjFW: return true;
224 case ObjFW:
246 case ObjFW: return false
    [all...]
  /external/clang/lib/Basic/
ObjCRuntime.cpp 35 case ObjCRuntime::ObjFW: out << "objfw"; break;
72 } else if (runtimeName == "objfw") {
73 kind = ObjCRuntime::ObjFW;
  /external/clang/lib/CodeGen/
CGException.cpp 198 case ObjCRuntime::ObjFW:
230 case ObjCRuntime::ObjFW: // XXX: this will change soon
    [all...]
CGObjCGNU.cpp 101 /// GNUstep and ObjFW).
    [all...]
CodeGenModule.cpp 154 case ObjCRuntime::ObjFW:
    [all...]
CGObjCMac.cpp     [all...]
  /external/clang/lib/Lex/
PPMacroExpansion.cpp     [all...]

Completed in 266 milliseconds