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 true;
120 case ObjFW:
141 case ObjFW: return true;
159 case ObjFW: return true;
206 case ObjFW: return true;
228 case ObjFW:
250 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;
86 if (kind == ObjCRuntime::ObjFW && Version > VersionTuple(0, 8))
  /external/clang/lib/CodeGen/
CGException.cpp 183 case ObjCRuntime::ObjFW:
215 case ObjCRuntime::ObjFW: // XXX: this will change soon
    [all...]
CGObjCGNU.cpp 102 /// GNUstep and ObjFW).
    [all...]
CodeGenModule.cpp 168 case ObjCRuntime::ObjFW:
    [all...]
CGObjCMac.cpp     [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 501 if (LangOpts.ObjCRuntime.getKind() == ObjCRuntime::ObjFW) {
    [all...]

Completed in 326 milliseconds