Searched refs:SuperTy (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| D | MemRegion.h | 1480 template <typename RegionTy, typename SuperTy, 1483 const SuperTy* superRegion); 1485 template <typename RegionTy, typename SuperTy, 1488 const SuperTy* superRegion); 1490 template <typename RegionTy, typename SuperTy, 1494 const SuperTy* superRegion);
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| D | MemRegion.cpp | 66 template <typename RegionTy, typename SuperTy, typename Arg1Ty> 68 const SuperTy *superRegion) { 83 template <typename RegionTy, typename SuperTy, typename Arg1Ty, typename Arg2Ty> 85 const SuperTy *superRegion) { 100 template <typename RegionTy, typename SuperTy, 104 const SuperTy *superRegion) {
|
| /freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/ |
| D | ExprObjC.h | 678 QualType SuperTy) in ObjCPropertyRefExpr() argument 681 IdLoc(IdLoc), ReceiverLoc(SuperLoc), Receiver(SuperTy.getTypePtr()) { in ObjCPropertyRefExpr()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/ |
| D | SemaExprObjC.cpp | 2403 QualType SuperTy(Class->getSuperClassType(), 0); in ActOnSuperMessage() local 2404 if (SuperTy.isNull()) { in ActOnSuperMessage() 2419 SuperTy = Context.getObjCObjectPointerType(SuperTy); in ActOnSuperMessage() 2420 return BuildInstanceMessage(nullptr, SuperTy, SuperLoc, in ActOnSuperMessage() 2428 SuperTy, in ActOnSuperMessage()
|
| /freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| D | CGObjCMac.cpp | 213 llvm::StructType *SuperTy; member in __anond3bad8af0111::ObjCCommonTypesHelper 2091 CGF.CreateTempAlloca(ObjCTypes.SuperTy, CGF.getPointerAlign(), in GenerateMessageSendSuper() 5843 SuperTy = cast<llvm::StructType>(Types.ConvertType(SuperCTy)); in ObjCCommonTypesHelper() 5844 SuperPtrTy = llvm::PointerType::getUnqual(SuperTy); in ObjCCommonTypesHelper() 7621 CGF.CreateTempAlloca(ObjCTypes.SuperTy, CGF.getPointerAlign(), in GenerateMessageSendSuper()
|
| D | ItaniumCXXABI.cpp | 3943 QualType SuperTy = CGM.getContext().getObjCInterfaceType(Super); in BuildObjCObjectTypeInfo() local 3947 ItaniumRTTIBuilder(CXXABI).BuildTypeInfo(SuperTy); in BuildObjCObjectTypeInfo()
|