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

/external/clang/include/clang/Basic/
H A DLangOptions.h20 #include "clang/Basic/ObjCRuntime.h"
66 clang::ObjCRuntime ObjCRuntime; member in class:clang::LangOptions
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
270 friend bool operator==(const ObjCRuntime &left, const ObjCRuntime &right) {
275 friend bool operator!=(const ObjCRuntime &left, const ObjCRuntime &right) {
280 raw_ostream &operator<<(raw_ostream &out, const ObjCRuntime &value);
/external/clang/lib/CodeGen/
H A DCodeGenModule.h233 CGObjCRuntime* ObjCRuntime; member in class:clang::CodeGen::CodeGenModule
371 if (!ObjCRuntime) createObjCRuntime();
372 return *ObjCRuntime;
377 bool hasObjCRuntime() { return !!ObjCRuntime; }

Completed in 101 milliseconds