Home
last modified time | relevance | path

Searched refs:OIT (Results 1 – 3 of 3) sorted by relevance

/external/clang/include/clang/AST/
DASTContext.h1182 QualType getObjCObjectPointerType(QualType OIT) const;
/external/clang/lib/CodeGen/
DCGExpr.cpp2491 } else if (const ObjCObjectType *OIT = E->getType()->getAs<ObjCObjectType>()){ in EmitArraySubscriptExpr() local
2495 getContext().getTypeSizeInChars(OIT).getQuantity()); in EmitArraySubscriptExpr()
/external/clang/lib/AST/
DASTContext.cpp5572 const ObjCInterfaceType *OIT = T->castAs<ObjCInterfaceType>(); in getObjCEncodingForTypeImpl() local
5574 ObjCInterfaceDecl *OI = OIT->getDecl(); in getObjCEncodingForTypeImpl()