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

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/AST/
H A DExprObjC.h610 SourceLocation SuperLoc, QualType SuperTy)
613 IdLoc(IdLoc), ReceiverLoc(SuperLoc), Receiver(SuperTy.getTypePtr()) {
607 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, QualType T, ExprValueKind VK, ExprObjectKind OK, SourceLocation IdLoc, SourceLocation SuperLoc, QualType SuperTy) argument
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExprObjC.cpp2156 QualType SuperTy(Class->getSuperClassType(), 0);
2157 if (SuperTy.isNull()) {
2172 SuperTy = Context.getObjCObjectPointerType(SuperTy);
2173 return BuildInstanceMessage(nullptr, SuperTy, SuperLoc,
2181 SuperTy,
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp212 /// SuperTy - LLVM type for struct objc_super.
213 llvm::StructType *SuperTy; member in class:__anon3801::ObjCCommonTypesHelper
1785 CGF.CreateTempAlloca(ObjCTypes.SuperTy, CGF.getPointerAlign(),
5193 SuperTy = cast<llvm::StructType>(Types.ConvertType(SuperCTy));
5194 SuperPtrTy = llvm::PointerType::getUnqual(SuperTy);
6914 CGF.CreateTempAlloca(ObjCTypes.SuperTy, CGF.getPointerAlign(),
H A DItaniumCXXABI.cpp3086 QualType SuperTy = CGM.getContext().getObjCInterfaceType(Super);
3090 ItaniumRTTIBuilder(CXXABI).BuildTypeInfo(SuperTy);

Completed in 187 milliseconds