Searched refs:SuperTy (Results 1 – 6 of 6) sorted by relevance
| /openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| D | MemRegion.h | 1534 template <typename RegionTy, typename SuperTy, 1537 const SuperTy* superRegion); 1539 template <typename RegionTy, typename SuperTy, 1542 const SuperTy* superRegion); 1544 template <typename RegionTy, typename SuperTy, 1548 const SuperTy* superRegion);
|
| /openbsd/src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| D | MemRegion.cpp | 67 template <typename RegionTy, typename SuperTy, typename Arg1Ty> 69 const SuperTy *superRegion) { 84 template <typename RegionTy, typename SuperTy, typename Arg1Ty, typename Arg2Ty> 86 const SuperTy *superRegion) { 101 template <typename RegionTy, typename SuperTy, 105 const SuperTy *superRegion) {
|
| /openbsd/src/gnu/llvm/clang/include/clang/AST/ |
| D | ExprObjC.h | 678 QualType SuperTy) in ObjCPropertyRefExpr() argument 681 IdLoc(IdLoc), ReceiverLoc(SuperLoc), Receiver(SuperTy.getTypePtr()) { in ObjCPropertyRefExpr()
|
| /openbsd/src/gnu/llvm/clang/lib/Sema/ |
| D | SemaExprObjC.cpp | 2401 QualType SuperTy(Class->getSuperClassType(), 0); in ActOnSuperMessage() local 2402 if (SuperTy.isNull()) { in ActOnSuperMessage() 2417 SuperTy = Context.getObjCObjectPointerType(SuperTy); in ActOnSuperMessage() 2418 return BuildInstanceMessage(nullptr, SuperTy, SuperLoc, in ActOnSuperMessage() 2426 SuperTy, in ActOnSuperMessage()
|
| /openbsd/src/gnu/llvm/clang/lib/CodeGen/ |
| D | CGObjCMac.cpp | 214 llvm::StructType *SuperTy; member in __anonc6685d130111::ObjCCommonTypesHelper 2068 CGF.CreateTempAlloca(ObjCTypes.SuperTy, CGF.getPointerAlign(), in GenerateMessageSendSuper() 5800 SuperTy = cast<llvm::StructType>(Types.ConvertType(SuperCTy)); in ObjCCommonTypesHelper() 5801 SuperPtrTy = llvm::PointerType::getUnqual(SuperTy); in ObjCCommonTypesHelper() 7596 CGF.CreateTempAlloca(ObjCTypes.SuperTy, CGF.getPointerAlign(), in GenerateMessageSendSuper()
|
| D | ItaniumCXXABI.cpp | 3935 QualType SuperTy = CGM.getContext().getObjCInterfaceType(Super); in BuildObjCObjectTypeInfo() local 3939 ItaniumRTTIBuilder(CXXABI).BuildTypeInfo(SuperTy); in BuildObjCObjectTypeInfo()
|