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

  /external/clang/include/clang/Basic/
ObjCRuntime.h 1 //===--- ObjCRuntime.h - Objective-C Runtime Configuration ------*- C++ -*-===//
25 class ObjCRuntime {
65 ObjCRuntime() : TheKind(MacOSX) {}
67 ObjCRuntime(Kind kind, const VersionTuple &version)
336 friend bool operator==(const ObjCRuntime &left, const ObjCRuntime &right) {
341 friend bool operator!=(const ObjCRuntime &left, const ObjCRuntime &right) {
346 raw_ostream &operator<<(raw_ostream &out, const ObjCRuntime &value);
LangOptions.h 20 #include "clang/Basic/ObjCRuntime.h"
93 clang::ObjCRuntime ObjCRuntime;
143 return ObjCRuntime.isSubscriptPointerArithmetic() &&
  /external/clang/lib/CodeGen/
CodeGenModule.h 288 std::unique_ptr<CGObjCRuntime> ObjCRuntime;
509 if (!ObjCRuntime) createObjCRuntime();
510 return *ObjCRuntime;
514 bool hasObjCRuntime() { return !!ObjCRuntime; }
    [all...]

Completed in 355 milliseconds