Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DMemRegion.h1534 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/
DMemRegion.cpp67 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/
DExprObjC.h678 QualType SuperTy) in ObjCPropertyRefExpr() argument
681 IdLoc(IdLoc), ReceiverLoc(SuperLoc), Receiver(SuperTy.getTypePtr()) { in ObjCPropertyRefExpr()
/openbsd/src/gnu/llvm/clang/lib/Sema/
DSemaExprObjC.cpp2401 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/
DCGObjCMac.cpp214 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()
DItaniumCXXABI.cpp3935 QualType SuperTy = CGM.getContext().getObjCInterfaceType(Super); in BuildObjCObjectTypeInfo() local
3939 ItaniumRTTIBuilder(CXXABI).BuildTypeInfo(SuperTy); in BuildObjCObjectTypeInfo()