Searched defs:ObjCRuntime (Results 1 - 4 of 4) sorted by relevance

/external/clang/include/clang/Basic/
H A DLangOptions.h20 #include "clang/Basic/ObjCRuntime.h"
78 clang::ObjCRuntime ObjCRuntime; member in class:clang::LangOptions
108 return ObjCRuntime.isSubscriptPointerArithmetic() &&
H A DObjCRuntime.h1 //===--- ObjCRuntime.h - Objective-C Runtime Configuration ------*- C++ -*-===//
25 class ObjCRuntime { class in namespace:clang
61 ObjCRuntime() : TheKind(MacOSX) {} function in class:clang::ObjCRuntime
63 ObjCRuntime(Kind kind, const VersionTuple &version) function in class:clang::ObjCRuntime
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);
/external/lldb/examples/summaries/cocoa/
H A Dobjc_runtime.py95 class_data = ObjCRuntime(valobj)
590 self.runtime_version = ObjCRuntime.runtime_version(process)
631 class ObjCRuntime: class in inherits:
669 runtime = ObjCRuntime(isa)
/external/clang/lib/CodeGen/
H A DCodeGenModule.h294 CGObjCRuntime* ObjCRuntime; member in class:clang::CodeGen::CodeGenModule
493 if (!ObjCRuntime) createObjCRuntime();
494 return *ObjCRuntime;
498 bool hasObjCRuntime() { return !!ObjCRuntime; }

Completed in 188 milliseconds