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

/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp534 /// IvarListTy - LLVM type for struct objc_ivar_list.
535 llvm::Type *IvarListTy; member in class:__anon56::ObjCTypesHelper
4516 IvarListTy =
4518 IvarListPtrTy = llvm::PointerType::getUnqual(IvarListTy);

Completed in 968 milliseconds