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

/external/clang/lib/CodeGen/
H A DCGObjCRuntime.h1 //===----- CGObjCRuntime.h - Interface to ObjC Runtimes ---------*- C++ -*-===//
63 class CGObjCRuntime { class in namespace:clang::CodeGen
66 CGObjCRuntime(CodeGen::CodeGenModule &CGM) : CGM(CGM) {} function in class:clang::CodeGen::CGObjCRuntime
117 virtual ~CGObjCRuntime();
308 CGObjCRuntime *CreateGNUObjCRuntime(CodeGenModule &CGM);
309 CGObjCRuntime *CreateMacObjCRuntime(CodeGenModule &CGM);

Completed in 113 milliseconds