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

  /external/clang/include/clang/Basic/
LangOptions.h 20 #include "clang/Basic/ObjCRuntime.h"
70 clang::ObjCRuntime ObjCRuntime;
ObjCRuntime.h 1 //===--- ObjCRuntime.h - Objective-C Runtime Configuration ------*- C++ -*-===//
25 class ObjCRuntime {
61 ObjCRuntime() : TheKind(MacOSX) {}
63 ObjCRuntime(Kind kind, const VersionTuple &version)
297 friend bool operator==(const ObjCRuntime &left, const ObjCRuntime &right) {
302 friend bool operator!=(const ObjCRuntime &left, const ObjCRuntime &right) {
307 raw_ostream &operator<<(raw_ostream &out, const ObjCRuntime &value);
  /external/clang/lib/CodeGen/
CodeGenModule.h 246 CGObjCRuntime* ObjCRuntime;
401 if (!ObjCRuntime) createObjCRuntime();
402 return *ObjCRuntime;
407 bool hasObjCRuntime() { return !!ObjCRuntime; }
    [all...]

Completed in 37 milliseconds