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

/external/clang/include/clang/AST/
H A DExprObjC.h283 SourceLocation SuperLoc, QualType SuperTy)
286 IdLoc(IdLoc), ReceiverLoc(SuperLoc), Receiver(SuperTy.getTypePtr()) {
280 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.cpp1006 QualType SuperTy = Context.getObjCInterfaceType(Super); local
1007 SuperTy = Context.getObjCObjectPointerType(SuperTy);
1008 return BuildInstanceMessage(0, SuperTy, SuperLoc,
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp181 /// SuperTy - LLVM type for struct objc_super.
182 llvm::StructType *SuperTy; member in class:__anon2833::ObjCCommonTypesHelper
1477 CGF.CreateTempAlloca(ObjCTypes.SuperTy, "objc_super");
4146 SuperTy = cast<llvm::StructType>(Types.ConvertType(SuperCTy));
4147 SuperPtrTy = llvm::PointerType::getUnqual(SuperTy);
5790 CGF.CreateTempAlloca(ObjCTypes.SuperTy, "objc_super");
/external/clang/lib/Rewrite/
H A DRewriteObjC.cpp1291 QualType SuperTy; local
1313 SuperTy = PropRefExpr->getSuperReceiverType();
1328 SuperTy,
1369 QualType SuperTy; local
1389 SuperTy = PropRefExpr->getSuperReceiverType();
1404 SuperTy,

Completed in 188 milliseconds