Home
last modified time | relevance | path

Searched refs:SuperTy (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DMemRegion.h1593 template <typename RegionTy, typename SuperTy,
1596 const SuperTy* superRegion);
1598 template <typename RegionTy, typename SuperTy,
1601 const SuperTy* superRegion);
1603 template <typename RegionTy, typename SuperTy,
1607 const SuperTy* superRegion);
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DMemRegion.cpp68 template <typename RegionTy, typename SuperTy, typename Arg1Ty>
70 const SuperTy *superRegion) { in getSubRegion()
84 template <typename RegionTy, typename SuperTy, typename Arg1Ty, typename Arg2Ty>
86 const SuperTy *superRegion) { in getSubRegion()
100 template <typename RegionTy, typename SuperTy,
104 const SuperTy *superRegion) { in getSubRegion()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprObjC.cpp2412 QualType SuperTy(Class->getSuperClassType(), 0); in ActOnSuperMessage() local
2413 if (SuperTy.isNull()) { in ActOnSuperMessage()
2428 SuperTy = Context.getObjCObjectPointerType(SuperTy); in ActOnSuperMessage()
2429 return BuildInstanceMessage(nullptr, SuperTy, SuperLoc, in ActOnSuperMessage()
2437 SuperTy, in ActOnSuperMessage()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp214 llvm::StructType *SuperTy; member in __anonb5e682970111::ObjCCommonTypesHelper
2068 ObjCTypes.SuperTy, CGF.getPointerAlign(), "objc_super"); in GenerateMessageSendSuper()
5767 SuperTy = cast<llvm::StructType>(Types.ConvertType(SuperCTy)); in ObjCCommonTypesHelper()
5768 SuperPtrTy = llvm::PointerType::getUnqual(SuperTy); in ObjCCommonTypesHelper()
7556 ObjCTypes.SuperTy, CGF.getPointerAlign(), "objc_super"); in GenerateMessageSendSuper()
H A DItaniumCXXABI.cpp4284 QualType SuperTy = CGM.getContext().getObjCInterfaceType(Super); in BuildObjCObjectTypeInfo() local
4288 ItaniumRTTIBuilder(CXXABI).BuildTypeInfo(SuperTy); in BuildObjCObjectTypeInfo()