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 55 /// 'objfw' is the Objective-C runtime included in ObjFW
56 ObjFW
86 case ObjFW: return true;
126 case ObjFW:
150 case ObjFW: return true;
169 case ObjFW: return true;
219 case ObjFW: return true;
242 case ObjFW:
265 case ObjFW: return false
    [all...]
  /external/clang/lib/Basic/
ObjCRuntime.cpp 36 case ObjCRuntime::ObjFW: out << "objfw"; break;
75 } else if (runtimeName == "objfw") {
76 kind = ObjCRuntime::ObjFW;
89 if (kind == ObjCRuntime::ObjFW && Version > VersionTuple(0, 8))
  /external/clang/lib/CodeGen/
CGException.cpp 139 case ObjCRuntime::ObjFW:
175 case ObjCRuntime::ObjFW: // XXX: this will change soon
    [all...]
CGObjCGNU.cpp 97 /// GNUstep and ObjFW).
    [all...]
CodeGenModule.cpp 185 case ObjCRuntime::ObjFW:
    [all...]
CGObjCMac.cpp     [all...]
  /external/clang/lib/Frontend/
InitPreprocessor.cpp 540 if (LangOpts.ObjCRuntime.getKind() == ObjCRuntime::ObjFW) {
    [all...]

Completed in 385 milliseconds