HomeSort by relevance Sort by last modified time
    Searched defs:ObjCRuntime (Results 1 - 4 of 4) sorted by null

  /external/clang/include/clang/Basic/
ObjCRuntime.h 1 //===--- ObjCRuntime.h - Objective-C Runtime Configuration ------*- C++ -*-===//
25 class ObjCRuntime {
61 ObjCRuntime() : TheKind(MacOSX) {}
63 ObjCRuntime(Kind kind, const VersionTuple &version)
301 friend bool operator==(const ObjCRuntime &left, const ObjCRuntime &right) {
306 friend bool operator!=(const ObjCRuntime &left, const ObjCRuntime &right) {
311 raw_ostream &operator<<(raw_ostream &out, const ObjCRuntime &value);
LangOptions.h 20 #include "clang/Basic/ObjCRuntime.h"
78 clang::ObjCRuntime ObjCRuntime;
108 return ObjCRuntime.isSubscriptPointerArithmetic() &&
  /external/lldb/examples/summaries/cocoa/
objc_runtime.py 95 class_data = ObjCRuntime(valobj)
590 self.runtime_version = ObjCRuntime.runtime_version(process)
631 class ObjCRuntime:
669 runtime = ObjCRuntime(isa)
  /external/clang/lib/CodeGen/
CodeGenModule.h 294 CGObjCRuntime* ObjCRuntime;
493 if (!ObjCRuntime) createObjCRuntime();
494 return *ObjCRuntime;
498 bool hasObjCRuntime() { return !!ObjCRuntime; }
    [all...]

Completed in 6972 milliseconds