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

/external/clang/include/clang/AST/
H A DExprObjC.h596 SourceLocation SuperLoc, QualType SuperTy)
599 IdLoc(IdLoc), ReceiverLoc(SuperLoc), Receiver(SuperTy.getTypePtr()) {
593 ObjCPropertyRefExpr(ObjCMethodDecl *Getter, ObjCMethodDecl *Setter, QualType T, ExprValueKind VK, ExprObjectKind OK, SourceLocation IdLoc, SourceLocation SuperLoc, QualType SuperTy) argument
/external/clang/lib/Sema/
H A DSemaExprObjC.cpp1960 QualType SuperTy = Context.getObjCInterfaceType(Super); local
1961 SuperTy = Context.getObjCObjectPointerType(SuperTy);
1962 return BuildInstanceMessage(nullptr, SuperTy, SuperLoc,
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp212 /// SuperTy - LLVM type for struct objc_super.
213 llvm::StructType *SuperTy; member in class:__anon17846::ObjCCommonTypesHelper
1793 CGF.CreateTempAlloca(ObjCTypes.SuperTy, "objc_super");
5066 SuperTy = cast<llvm::StructType>(Types.ConvertType(SuperCTy));
5067 SuperPtrTy = llvm::PointerType::getUnqual(SuperTy);
6761 CGF.CreateTempAlloca(ObjCTypes.SuperTy, "objc_super");
H A DItaniumCXXABI.cpp2688 QualType SuperTy = CGM.getContext().getObjCInterfaceType(Super);
2692 ItaniumRTTIBuilder(CXXABI).BuildTypeInfo(SuperTy);

Completed in 126 milliseconds