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

/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp530 /// CategoryTy - LLVM type for struct objc_category.
531 llvm::StructType *CategoryTy; member in class:__anon1279::ObjCTypesHelper
3087 unsigned Size = CGM.getDataLayout().getTypeAllocSize(ObjCTypes.CategoryTy);
3140 llvm::Constant *Init = llvm::ConstantStruct::get(ObjCTypes.CategoryTy,
5439 CategoryTy =

Completed in 98 milliseconds