Searched refs:ClassExtensionPtrTy (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp533 /// ClassExtensionPtrTy - LLVM type for struct objc_class_ext *.
534 llvm::Type *ClassExtensionPtrTy; member in class:__anon3801::ObjCTypesHelper
1079 /// has type ClassExtensionPtrTy.
3342 Values[11] = llvm::Constant::getNullValue(ObjCTypes.ClassExtensionPtrTy);
3429 return llvm::Constant::getNullValue(ObjCTypes.ClassExtensionPtrTy);
5323 ClassExtensionPtrTy = llvm::PointerType::getUnqual(ClassExtensionTy);
5352 ClassExtensionPtrTy, local

Completed in 114 milliseconds