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

  /external/clang/include/clang/Driver/
ObjCRuntime.h 1 //===--- ObjCRuntime.h - Objective C runtime features -----------*- C++ -*-===//
16 class ObjCRuntime {
42 ObjCRuntime() : RuntimeKind(NeXT), HasARC(false), HasWeak(false),
  /external/clang/lib/CodeGen/
CodeGenModule.h 232 CGObjCRuntime* ObjCRuntime;
368 if (!ObjCRuntime) createObjCRuntime();
369 return *ObjCRuntime;
374 bool hasObjCRuntime() { return !!ObjCRuntime; }
    [all...]

Completed in 37 milliseconds